public class QueryBand extends Object
Modifier and Type | Field and Description |
---|---|
static String |
APPLICATION
Session query band for name of application.
|
static String |
CLIENT_HOST
Local query band for host name executing request.
|
static String |
CLIENT_USER
Local query band for user name executing request.
|
static String |
LAYER
Local query band for layer being worked against.
|
static String |
PROCESS
Local 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.