Query::nextPlaceholder |
function |
drupal/includes/database/query.inc |
Gets the next placeholder value for this query object. |
Query::$nextPlaceholder |
property |
drupal/includes/database/query.inc |
The placeholder counter. |
DatabaseSchema::nextPlaceholder |
function |
drupal/includes/database/schema.inc |
Implements QueryPlaceHolderInterface::nextPlaceholder(). |
SelectQueryExtender::nextPlaceholder |
function |
drupal/includes/database/select.inc |
Implements QueryPlaceholderInterface::nextPlaceholder(). |
QueryPlaceholderInterface::nextPlaceholder |
function |
drupal/includes/database/query.inc |
Returns the next placeholder ID for the query. |