Binds values to parameters of this statement.
Binds values to parameters of this statement.
Binds all the arguments at once in order.
Clears the bindings.
Tells whether the statement is empty (no SQL statement).
Executes the statement and return a (possibly empty) range of results.
Gets the SQLite internal handle of the statement.
Convenience function equivalent of:
Gets the count of bind parameters.
Gets the index of a bind parameter.
Gets the name of the bind parameter at the given index.
Resets a this statement before a new execution.
An SQLite statement execution.
This struct is a reference-counted wrapper around a sqlite3_stmt* pointer. Instances of this struct are typically returned by Database.prepare().