|
SelectQueryExtender::__construct |
function |
drupal-7.x/includes/database/select.inc |
|
|
SelectQueryExtender::addMetaData |
function |
drupal-7.x/includes/database/select.inc |
Adds additional metadata to the query. |
|
SelectQueryExtender::getMetaData |
function |
drupal-7.x/includes/database/select.inc |
Retrieves a given piece of metadata. |
|
SelectQueryExtender::$placeholder |
property |
drupal-7.x/includes/database/select.inc |
The placeholder counter. |
|
SelectQueryExtender::getArguments |
function |
drupal-7.x/includes/database/select.inc |
Compiles and returns an associative array of the arguments for this prepared statement. |
|
SelectQueryExtender::havingCompile |
function |
drupal-7.x/includes/database/select.inc |
|
|
SelectQueryExtender::addExpression |
function |
drupal-7.x/includes/database/select.inc |
Adds an expression to the list of "fields" to be SELECTed. |
|
SelectQueryExtender::getExpressions |
function |
drupal-7.x/includes/database/select.inc |
Returns a reference to the expressions array for this query. |
|
SelectQueryExtender::nextPlaceholder |
function |
drupal-7.x/includes/database/select.inc |
Implements QueryPlaceholderInterface::nextPlaceholder(). |
|
SelectQueryExtender::havingCondition |
function |
drupal-7.x/includes/database/select.inc |
Helper function to build most common HAVING conditional clauses. |
|
SelectQueryExtender::havingArguments |
function |
drupal-7.x/includes/database/select.inc |
|
|
SelectQueryExtender::uniqueIdentifier |
function |
drupal-7.x/includes/database/select.inc |
Implements QueryPlaceholderInterface::uniqueIdentifier(). |
|
SelectQueryExtender::havingConditions |
function |
drupal-7.x/includes/database/select.inc |
|
|
SelectQueryExtender::$uniqueIdentifier |
property |
drupal-7.x/includes/database/select.inc |
A unique identifier for this query object. |