public function DatabaseStatementEmpty::getQueryString

public DatabaseStatementEmpty::getQueryString()

Gets the query string of this statement.

Return value

The query string, in its form with placeholders.

Overrides DatabaseStatementInterface::getQueryString

File

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

Class

DatabaseStatementEmpty
Empty implementation of a database statement.

Code

public function getQueryString() {
  return '';
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/includes!database!database.inc/function/DatabaseStatementEmpty::getQueryString/7.x