public function DatabaseStatementEmpty::getQueryString

Gets the query string of this statement.

Return value

The query string, in its form with placeholders.

Overrides DatabaseStatementInterface::getQueryString

File

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

Class

DatabaseStatementEmpty
Empty implementation of a database statement.

Code

public function getQueryString() {
  return '';
}