method DatabaseSync.prototype.prepare
Jump to headingDatabaseSync.prototype.prepare(sql: string): StatementSync
Compiles a SQL statement into a prepared statement. This method is a wrapper
around sqlite3_prepare_v2()
.
Parameters Jump to heading
Jump to headingsql: string
A SQL string to compile to a prepared statement.
Return Type Jump to heading
The prepared statement.