resetNamedVariables method (DominoQuery - Java)

Removes all previously set named variables and values from a DominoQuery instance.

Defined in

DominoQuery

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.

Language cross-reference

ResetNamedVariables method (NotesDominoQuery - LotusScript)