stmt:reset

Resets an SQL statement, so it can be executed again

Prototype

stmt:reset()

Description

This function resets SQL statement stmt, so that it is ready to be re-executed. Any statement variables that had values bound to them using the stmt:bind*() functions retain their values.

Lua functions

Topics