Statement.reset

Resets a this statement before a new execution.

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.clear() for this.

struct Statement
void
reset
()

Meta