function StatementBase::getQueryString

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 174

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.