Function Statement.reset

Resets a this statement before a new execution.

void reset();

Calling this method invalidates any ResultRange struct returned by a previous call to Database.execute() or Statement.execute().

This does not clear the bindings. Use Statement.clearBindings() for this.