1 query.inc public QueryPlaceholderInterface::nextPlaceholder()

Returns the next placeholder ID for the query.

Return value

int: The next available placeholder ID as an integer.

File

core/includes/database/query.inc, line 269
Non-specific Database query code. Used by all engines.

Class

QueryPlaceholderInterface
Interface for a query that accepts placeholders.

Code

public function nextPlaceholder();