1.20.x database.inc public DatabaseStatementInterface::getQueryString()

Gets the query string of this statement.

Return value

The query string, in its form with placeholders.:

File

includes/database/database.inc, line 2185
Core systems for the database layer.

Class

DatabaseStatementInterface
Represents a prepared statement.

Code

public function getQueryString();