public function Query::nextPlaceholder

Gets the next placeholder value for this query object.

Return value

int Next placeholder value.

Overrides QueryPlaceholderInterface::nextPlaceholder

Archivo

drupal-7.x/includes/database/query.inc, line 392
Non-specific Database query code. Used by all engines.

Class

Query
Base class for query builders.

Código

public function nextPlaceholder() {
  return $this->nextPlaceholder++;
}