function StatementWrapper::getClientStatement
Same name in other branches
- 9 core/lib/Drupal/Core/Database/StatementWrapper.php \Drupal\Core\Database\StatementWrapper::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/ StatementWrapper.php, line 74
Class
- StatementWrapper
- Implementation of StatementInterface encapsulating PDOStatement.
Namespace
Drupal\Core\DatabaseCode
public function getClientStatement() {
return $this->clientStatement;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.