Package org.geotools.data.teradata
Class QueryBand
Object
QueryBand
Thread local table that holds transaction local query bands.
- Author:
- Justin Deoliveira, OpenGeo
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic String
Session query band for name of application.static String
Local query band for host name executing request.static String
Local query band for user name executing request.static String
Local query band for layer being worked against.static String
Local query band for type of statement, SELECT, DELETE, etc... -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
APPLICATION
Session query band for name of application. -
CLIENT_USER
Local query band for user name executing request. -
CLIENT_HOST
Local query band for host name executing request. -
LAYER
Local query band for layer being worked against. -
PROCESS
Local query band for type of statement, SELECT, DELETE, etc...
-
-
Constructor Details
-
QueryBand
public QueryBand()
-
-
Method Details
-
local
Returns local query band map. -
remove
public static void remove()Clears the local query band thread local.
-