reset abstract method

void reset()

Resets this statement to be excuted again.

You typically don't need to call reset manually as it is called for you internally when select or execute called multiple times. However, reset removes all active cursors on this statement, which can be useful if a statement is re-used across longer periods of time.

See also:

Implementation

void reset();