Returns the next placeholder ID for the query.
Return value
The next available placeholder ID as an integer.
File
- drupal/includes/database/query.inc, line 266
- Non-specific Database query code. Used by all engines.
Class
- QueryPlaceholderInterface
- Interface for a query that accepts placeholders.
Code
public function nextPlaceholder();