DatabaseConnection_sqlite::prepare

public function DatabaseConnection_sqlite::prepare

public DatabaseConnection_sqlite::prepare($query, $options = array())

SQLite-specific implementation of DatabaseConnection::prepare().

We don't use prepared statements at all at this stage. We just create a DatabaseStatement_sqlite object, that will create a PDOStatement using the semi-private PDOPrepare() method below.

File

includes/database/sqlite/database.inc, line 221
Database interface code for SQLite embedded database engine.

Class

DatabaseConnection_sqlite
Specific SQLite implementation of Data