PreparedStatement
Exposes the Statement API.
Properties
Link copied to clipboard
Number of column in the result set.
Link copied to clipboard
Database connection to which this statement belongs.
Link copied to clipboard
SQL associated with the statement with bound parameters expanded.
Link copied to clipboard
Explain mode.
Link copied to clipboard
Whether the prepared statement makes no direct changes to the content of the database file.
Link copied to clipboard
Statement parameters.
Functions
Link copied to clipboard
Evaluates the statement and returns a Row if any data is found or null if the statement has finished executing.