A statement that can be evaluated by the database. Besides the SQL text, it also contains the positional and named arguments.
Initialize the statement with given SQL text.
The SQL statement text.
Binds a parameter by a 1-based index.
Binds positional parameters from the given values. All previous positional bindings are cleared.
values
Binds a parameter by name.
Clears all bindings.
Generated using TypeDoc
A statement that can be evaluated by the database. Besides the SQL text, it also contains the positional and named arguments.