function QueryPlaceholderInterface::nextPlaceholder
Returns the next placeholder ID for the query.
Return value
The next available placeholder ID as an integer.
3 methods override QueryPlaceholderInterface::nextPlaceholder()
- DatabaseSchema::nextPlaceholder in includes/
database/ schema.inc - Implements QueryPlaceHolderInterface::nextPlaceholder().
- Query::nextPlaceholder in includes/
database/ query.inc - Gets the next placeholder value for this query object.
- SelectQueryExtender::nextPlaceholder in includes/
database/ select.inc - Implements QueryPlaceholderInterface::nextPlaceholder().
File
-
includes/
database/ query.inc, line 266
Class
- QueryPlaceholderInterface
- Interface for a query that accepts placeholders.
Code
public function nextPlaceholder();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.