Object getVar(String statementName, String bindVarName)
Object getVar(String statementName, String bindVarName)
Name | Type | Description |
---|---|---|
statementName | String | name of the statement. |
bindVarName | String | name of a bind variable in the statement. |
Type | Description |
---|---|
Object | value of the bind variable in the statement. |