W3cubDocs

/Drupal 8

public function StatementInterface::getQueryString

public StatementInterface::getQueryString()

Gets the query string of this statement.

Return value

The query string, in its form with placeholders.

File

core/lib/Drupal/Core/Database/StatementInterface.php, line 62

Class

StatementInterface
Represents a prepared statement.

Namespace

Drupal\Core\Database

Code

public function getQueryString();

© 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/core!lib!Drupal!Core!Database!StatementInterface.php/function/StatementInterface::getQueryString/8.1.x