void setVar(String statementName, String bindvarName, Object value)void setVar(String statementName, String bindvarName, Object value)| Name | Type | Description |
|---|---|---|
statementName | String | name of the statement. |
bindVarName | name | of a bind variable in the statement. |
value | Object | value to bind to the given bind variable name. |
| Type | Description |
|---|---|
void |