Previous Page
_postConnect()

Solar_Sql_Adapter
_prepare()

Next Page
_quoteName()

_prepare()

protected PDOStatement _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.