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