ResetNamedVariables method (DominoQuery - Java)
Removes all previously set named variables and values from a DominoQuery instance.
Syntax
void resetNamedVariables ( ) throws NotesException
Parameters
None
Returned value
None
Usage
Removes all previously set named variables and values from a DominoQuery instance. If SetNamedVariable returns an error indicating that there is already a bound value for a specified name, call ResetNamedVariables to clear the variable state.
Overwriting existing bound variable values is not supported; you must call ResetNamedVariables to clear the variable state prior to setting variables by the same name.