Search for %s
- Search 7.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| StatementPrefetch::$queryString | property | core/ |
The query string. |
| StatementPrefetch::$resultRowCount | property | core/ |
The number of rows in this result set. |
| StatementPrefetch::$rowCount | property | core/ |
The number of rows matched by the last query. |
| StatementPrefetch::$rowCountEnabled | property | core/ |
Is rowCount() execution allowed. |
| StatementPrefetch::current | function | core/ |
Return the current row formatted according to the current fetch style. |
| StatementPrefetch::execute | function | core/ |
Executes a prepared statement. |
| StatementPrefetch::fetch | function | core/ |
Fetches the next row from a result set. |
| StatementPrefetch::fetchAll | function | core/ |
Returns an array containing all of the result set rows. |
| StatementPrefetch::fetchAllAssoc | function | core/ |
Returns the result set as an associative array keyed by the given field. |
| StatementPrefetch::fetchAllKeyed | function | core/ |
Returns the entire result set as a single associative array. |
| StatementPrefetch::fetchAssoc | function | core/ |
Fetches the next row and returns it as an associative array. |
| StatementPrefetch::fetchCol | function | core/ |
Returns an entire single column of a result set as an indexed array. |
| StatementPrefetch::fetchColumn | function | core/ |
|
| StatementPrefetch::fetchField | function | core/ |
Returns a single field from the next record of a result set. |
| StatementPrefetch::fetchObject | function | core/ |
Fetches the next row and returns it as an object. |
| StatementPrefetch::getConnectionTarget | function | core/ |
|
| StatementPrefetch::getQueryString | function | core/ |
Gets the query string of this statement. |
| StatementPrefetch::getStatement | function | core/ |
Grab a PDOStatement object from a given query and its arguments. |
| StatementPrefetch::key | function | core/ |
#[\ReturnTypeWillChange] |
| StatementPrefetch::next | function | core/ |
#[\ReturnTypeWillChange] |
| StatementPrefetch::rewind | function | core/ |
#[\ReturnTypeWillChange] |
| StatementPrefetch::rowCount | function | core/ |
Returns the number of rows matched by the last SQL statement. |
| StatementPrefetch::setFetchMode | function | core/ |
Sets the default fetch mode for this statement. |
| StatementPrefetch::throwPDOException | function | core/ |
Throw a PDO Exception based on the last PDO error. |
| StatementPrefetch::valid | function | core/ |
#[\ReturnTypeWillChange] |
| StatementPrefetch::__construct | function | core/ |
Constructs a StatementPrefetch object. |
| StatementPrefetch::__get | function | core/ |
Implements the magic __get() method. |
| StatementPrefetch::__set | function | core/ |
Implements the magic __set() method. |
| StatementTest | class | core/ |
Tests the Statement classes. |
| StatementTest.php | file | core/ |
|
| StatementTest::testGetDeprecatedProperties | function | core/ |
Tests accessing deprecated properties. |
| StatementTest::testRepeatedInsertStatementReuse | function | core/ |
Tests that a prepared statement object can be reused for multiple inserts. |
| StatementTest::testSetDeprecatedProperties | function | core/ |
Tests writing deprecated properties. |
| StatementWrapper | class | core/ |
Implementation of StatementInterface encapsulating PDOStatement. |
| StatementWrapper.php | file | core/ |
|
| StatementWrapper::$clientStatement | property | core/ |
The client database Statement object. |
| StatementWrapper::$connection | property | core/ |
The Drupal database connection object. |
| StatementWrapper::$rowCountEnabled | property | core/ |
Is rowCount() execution allowed. |
| StatementWrapper::bindColumn | function | core/ |
Bind a column to a PHP variable. |
| StatementWrapper::bindParam | function | core/ |
Binds a parameter to the specified variable name. |
| StatementWrapper::execute | function | core/ |
Executes a prepared statement. |
| StatementWrapper::fetch | function | core/ |
Fetches the next row from a result set. |
| StatementWrapper::fetchAll | function | core/ |
Returns an array containing all of the result set rows. |
| StatementWrapper::fetchAllAssoc | function | core/ |
Returns the result set as an associative array keyed by the given field. |
| StatementWrapper::fetchAllKeyed | function | core/ |
Returns the entire result set as a single associative array. |
| StatementWrapper::fetchAssoc | function | core/ |
Fetches the next row and returns it as an associative array. |
| StatementWrapper::fetchCol | function | core/ |
Returns an entire single column of a result set as an indexed array. |
| StatementWrapper::fetchField | function | core/ |
Returns a single field from the next record of a result set. |
| StatementWrapper::fetchObject | function | core/ |
Fetches the next row and returns it as an object. |
| StatementWrapper::getClientStatement | function | core/ |
Returns the client-level database statement object. |
Pagination
- Previous page
- Page 1174
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.