abstract public Query::__toString() Implements
public Query::__sleep() Implements the
abstract protected Query::execute() Runs
public Query::__construct(Connection $connection, $options)
The key of the connection object. Type: string File
The query options to pass on to the connection object. Type:
public Query::uniqueIdentifier() Returns
The target of the connection object. Type: string File
An array of comments that can be prepended to a query. Type:
Base class for query builders. Note that query builders use PHP's magic __toString() method to compile the query object into a prepared statement
Page 1 of 2