function StatementWrapperIterator::getClientStatement

Returns the client-level database statement object.

This method should normally be used only within database driver code.

Return value

object The client-level database statement, for example \PDOStatement.

File

core/lib/Drupal/Core/Database/StatementWrapperIterator.php, line 74

Class

StatementWrapperIterator
StatementInterface iterator implementation.

Namespace

Drupal\Core\Database

Code

public function getClientStatement() : object {
    return $this->clientStatement;
}

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