public class QueryBand extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static String | APPLICATIONSession query band for name of application. | 
| static String | CLIENT_HOSTLocal query band for host name executing request. | 
| static String | CLIENT_USERLocal query band for user name executing request. | 
| static String | LAYERLocal query band for layer being worked against. | 
| static String | PROCESSLocal query band for type of statement, SELECT, DELETE, etc... | 
| Constructor and Description | 
|---|
| QueryBand() | 
| Modifier and Type | Method and Description | 
|---|---|
| static Map<String,String> | local()Returns local query band map. | 
| static void | remove()Clears the local query band thread local. | 
public static String APPLICATION
public static String CLIENT_USER
public static String CLIENT_HOST
public static String LAYER
public static String PROCESS
Copyright © 1996–2019 Geotools. All rights reserved.