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.clearBindings() for this.
See Implementation
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.clearBindings() for this.