function StatementBase::getQueryString

Gets the query string of this statement.

Return value

string The query string, in its form with placeholders.

Overrides StatementInterface::getQueryString

1 call to StatementBase::getQueryString()
StatementBase::dispatchStatementExecutionStartEvent in core/lib/Drupal/Core/Database/Statement/StatementBase.php
Dispatches an event informing that the statement execution begins.

File

core/lib/Drupal/Core/Database/Statement/StatementBase.php, line 204

Class

StatementBase
StatementInterface base implementation.

Namespace

Drupal\Core\Database\Statement

Code

public function getQueryString() {
  return $this->queryString;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.