Query.Statement.getVar()

Signature

Object getVar(String statementName, String bindVarName)

Domain

ACTION, CONDITION

Description

Gets the value of a bind variable in a statement.

Parameters

NameTypeDescription
statementNameStringname of the statement.
bindVarNameStringname of a bind variable in the statement.

Returns

TypeDescription
Objectvalue of the bind variable in the statement.

Cautions

none