Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| StatementPrefetch::__construct | function | core/ |
Constructs a StatementPrefetch object. |
| StatementPrefetchIterator | class | core/ |
An implementation of StatementInterface that prefetches all data. |
| StatementPrefetchIterator.php | file | core/ |
|
| StatementPrefetchIterator::$columnNames | property | core/ |
The list of column names in this result set. |
| StatementPrefetchIterator::$data | property | core/ |
Main data store. |
| StatementPrefetchIterator::$defaultFetchStyle | property | core/ |
Holds the default fetch style. |
| StatementPrefetchIterator::$fetchOptions | property | core/ |
Holds fetch options. |
| StatementPrefetchIterator::$rowCount | property | core/ |
The number of rows matched by the last query. |
| StatementPrefetchIterator::execute | function | core/ |
Executes a prepared statement. |
| StatementPrefetchIterator::fetch | function | core/ |
Fetches the next row from a result set. |
| StatementPrefetchIterator::fetchAll | function | core/ |
Returns an array containing all of the result set rows. |
| StatementPrefetchIterator::fetchAllAssoc | function | core/ |
Returns the result set as an associative array keyed by the given field. |
| StatementPrefetchIterator::fetchAllKeyed | function | core/ |
Returns the entire result set as a single associative array. |
| StatementPrefetchIterator::fetchAssoc | function | core/ |
Fetches the next row and returns it as an associative array. |
| StatementPrefetchIterator::fetchCol | function | core/ |
Returns an entire single column of a result set as an indexed array. |
| StatementPrefetchIterator::fetchColumn | function | core/ |
|
| StatementPrefetchIterator::fetchField | function | core/ |
Returns a single field from the next record of a result set. |
| StatementPrefetchIterator::fetchObject | function | core/ |
Fetches the next row and returns it as an object. |
| StatementPrefetchIterator::getConnectionTarget | function | core/ |
Returns the target connection this statement is associated with. |
| StatementPrefetchIterator::getQueryString | function | core/ |
Gets the query string of this statement. |
| StatementPrefetchIterator::getStatement | function | core/ |
Grab a PDOStatement object from a given query and its arguments. |
| StatementPrefetchIterator::rowCount | function | core/ |
Returns the number of rows matched by the last SQL statement. |
| StatementPrefetchIterator::setFetchMode | function | core/ |
Sets the default fetch mode for this statement. |
| StatementPrefetchIterator::throwPDOException | function | core/ |
Throw a PDO Exception based on the last PDO error. |
| StatementPrefetchIterator::__construct | function | core/ |
Constructs a StatementPrefetchIterator object. |
| StatementTest | class | core/ |
Tests the Statement classes. |
| StatementTest.php | file | core/ |
|
| StatementTest::testEmptyStatementCountTwice | function | core/ |
Tests statement with no results counting twice. |
| StatementTest::testEmptyStatementRewind | function | core/ |
Tests empty statement rewinding. |
| StatementTest::testIteratedStatementFetch | function | core/ |
Tests statement fetching after a full traversal. |
| StatementTest::testPartiallyIteratedStatementFetchAll | function | core/ |
Tests statement fetchAll after a partial traversal. |
| StatementTest::testPartiallyIteratedStatementFetchAllAssoc | function | core/ |
Tests statement fetchAllAssoc after a partial traversal. |
| StatementTest::testPartiallyIteratedStatementFetchAllKeyed | function | core/ |
Tests statement fetchAllKeyed after a partial traversal. |
| StatementTest::testPartiallyIteratedStatementFetchCol | function | core/ |
Tests statement fetchCol after a partial traversal. |
| StatementTest::testRepeatedInsertStatementReuse | function | core/ |
Tests that a prepared statement object can be reused for multiple inserts. |
| StatementTest::testStatementCountTwice | function | core/ |
Tests counting a statement twice. |
| StatementTest::testStatementForeachTwice | function | core/ |
Tests a follow-on iteration on a statement using foreach. |
| StatementTest::testStatementRewind | function | core/ |
Tests statement rewinding. |
| 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::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. |
Pagination
- Previous page
- Page 1204
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.