function StatementWrapperIterator::getClientStatement
Same name in other branches
- 10 core/lib/Drupal/Core/Database/StatementWrapperIterator.php \Drupal\Core\Database\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\DatabaseCode
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.