ReadonlycolumnNames of the columns in the prepared statement.
ReadonlycolumnTypes of the columns in the prepared statement.
ReadonlydeclaredDeclared types of the columns as specified in the table schema. Each
element is the type string (e.g. "TEXT", "INTEGER") or null if
the column has no declared type (e.g. expression columns).
ReadonlyparamsNumber of SQL parameters in the prepared statement.
Binds the blob bytes to index.
1-based index.
Blob value to bind.
Binds the floating point value to index.
1-based index.
Floating point value to bind.
Binds the integer value to index.
1-based index.
Integer value to bind.
Binds a null value to index.
1-based index.
Binds the text value to index.
1-based index.
Text value to bind.
Resets internal state to allow subsequent queries.
Either starts a new query and gets the first result, or moves to the next one.
Returns an array containing the values in the order specified by the
query, or null when the last result is reached. You should call
reset() at that point if you intend to use this object again.
Pre-compiled SQL statement.