Previous Page
_postConnect()

Solar_Sql_Adapter_Sqlite
_prepare()

Next Page
_quoteName()

_prepare()

protected PDOStatement _prepare ( string $stmt )

Prepares an SQL query as a PDOStatement object.

Inherited from Solar_Sql_Adapter.

Parameters

  • (string) $stmt: The text of the SQL statement, optionally with named placeholders.

Returns

  • (PDOStatement)

Description

Prepares an SQL query as a PDOStatement object.