xpdo/om/sqlite/xpdoquery.class.php

Includes Classes 
package
xpdo
subpackage
om.sqlite
Classes
xPDOQuery_sqlite

Description

The SQLite implementation of xPDOQuery.

\xPDOQuery_sqlite

Extends from
\xPDOQuery
package
xpdo
subpackage
om.sqlite
Methods
__construct
construct

Description

An implementation of xPDOQuery for the SQLite database engine.

Methods

__construct

__construct( \xPDO $xpdo,  $class,  $criteria = null ) : \xPDOCriteria

The constructor for a new xPDOCriteria instance.

The constructor optionally prepares provided SQL and/or parameter bindings. Setting the bindings via the constructor or with the {@link xPDOCriteria::bind()} function allows you to make use of the data object caching layer.

The statement will not be prepared immediately if the cacheFlag value is true or a positive integer, in order to allow the result to be found in the cache before being queried from an actual database connection.

Arguments
$xpdo
\xPDO
&$xpdo An xPDO instance that will control this criteria.
$class
$criteria
Output
\xPDOCriteria
Details
visibility
public
final
false
static
false

construct

construct( ) : boolean

Constructs the SQL query from the xPDOQuery definition.

Output
boolean
Returns true if a SQL statement was successfully constructed.
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox 0.11.2.