Query.Statement.clearVars()

Signature

void clearVars(String statementName)

Domain

ACTION

Description

Clears the values of all the bind variables associated to the statement.

Parameters

NameTypeDescription
statementNameStringname of the statement.

Returns

TypeDescription
void

Cautions

none