protected static class JDBCAuthority.VariableMap extends Object
Modifier and Type | Field and Description |
---|---|
protected Map |
variableMap |
Constructor and Description |
---|
JDBCAuthority.VariableMap()
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
addVariable(String variableName,
String value,
ArrayList parameters)
Add a variable map entry
|
JDBCAuthority.VariableMapItem |
getVariable(String variableName)
Get a variable map entry
|