Execute the prepared statement and return all rows
Optionalparams: anyOptional parameters to bind
Array of rows
Bind parameters without executing the statement.
Optionalparams: anyParameters to bind
Expand the prepared statement with bound parameters
The expanded SQL string
Finalize the prepared statement
Reset the statement cursor while preserving bindings.
Execute the prepared statement and return the result
Optionalparams: anyOptional parameters to bind
The result of the statement
SQLite3 prepared statement