function PdoResult::getClientStatement

Returns the client-level database PDO statement object.

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

Return value

\PDOStatement The client-level database PDO statement.

Overrides PdoTrait::getClientStatement

File

core/lib/Drupal/Core/Database/Statement/PdoResult.php, line 41

Class

PdoResult
Class for PDO-provided results of a data query language (DQL) statement.

Namespace

Drupal\Core\Database\Statement

Code

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

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