Previous Page
fetchPairs()

Solar_Sql_Adapter_Sqlite
fetchPdo()

Next Page
fetchSql()

fetchPdo()

public PDOStatement fetchPdo ( array|string $spec, array $data default array () )

Fetches a PDOStatement result object.

Inherited from Solar_Sql_Adapter.

Parameters

  • (array|string) $spec: An array of component parts for a SELECT, or a literal query string.
  • (array) $data: An associative array of data to bind into the SELECT statement.

Returns

  • (PDOStatement)

Description

Fetches a PDOStatement result object.