Solar_Sql_Adapter::_prepare()

protected PDOStatement Solar_Sql_Adapter::_prepare ( string $stmt )

Prepares an SQL query as a PDOStatement object.

Parameters

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

Returns

  • (PDOStatement)

Description

Prepares an SQL query as a PDOStatement object.



Local