Search for %s
- Search 7.x for %s
- Search 9.5.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 |
|---|---|---|---|
| Statement::fetchAllKeyed | function | core/ |
Returns the entire result set as a single associative array. |
| Statement::fetchAssoc | function | core/ |
Fetches the next row and returns it as an associative array. |
| Statement::fetchCol | function | core/ |
Returns an entire single column of a result set as an indexed array. |
| Statement::fetchField | function | core/ |
Returns a single field from the next record of a result set. |
| Statement::getQueryString | function | core/ |
Gets the query string of this statement. |
| Statement::getStatement | function | core/ |
The PDO SQLite layer doesn't replace numeric placeholders in queries correctly, and this makes numeric expressions (such as COUNT(*) >= :count) fail. We replace numeric placeholders in the query ourselves to work around this bug. |
| Statement::rowCount | function | core/ |
Returns the number of rows affected by the last SQL statement. |
| Statement::setFetchMode | function | core/ |
Sets the default fetch mode for this statement. |
| Statement::__construct | function | core/ |
|
| StatementEmpty | class | core/ |
Empty implementation of a database statement. |
| StatementEmpty.php | file | core/ |
|
| StatementEmpty::$allowRowCount | property | core/ |
Is rowCount() execution allowed. |
| StatementEmpty::current | function | core/ |
|
| StatementEmpty::execute | function | core/ |
Executes a prepared statement |
| StatementEmpty::fetch | function | core/ |
Fetches the next row from a result set. |
| StatementEmpty::fetchAll | function | core/ |
Returns an array containing all of the result set rows. |
| StatementEmpty::fetchAllAssoc | function | core/ |
Returns the result set as an associative array keyed by the given field. |
| StatementEmpty::fetchAllKeyed | function | core/ |
Returns the entire result set as a single associative array. |
| StatementEmpty::fetchAssoc | function | core/ |
Fetches the next row and returns it as an associative array. |
| StatementEmpty::fetchCol | function | core/ |
Returns an entire single column of a result set as an indexed array. |
| StatementEmpty::fetchField | function | core/ |
Returns a single field from the next record of a result set. |
| StatementEmpty::fetchObject | function | core/ |
Fetches the next row and returns it as an object. |
| StatementEmpty::getQueryString | function | core/ |
Gets the query string of this statement. |
| StatementEmpty::key | function | core/ |
|
| StatementEmpty::next | function | core/ |
|
| StatementEmpty::rewind | function | core/ |
|
| StatementEmpty::rowCount | function | core/ |
Returns the number of rows affected by the last SQL statement. |
| StatementEmpty::setFetchMode | function | core/ |
Sets the default fetch mode for this statement. |
| StatementEmpty::valid | function | core/ |
|
| StatementInterface | interface | core/ |
Represents a prepared statement. |
| StatementInterface.php | file | core/ |
|
| StatementInterface::execute | function | core/ |
Executes a prepared statement |
| StatementInterface::fetch | function | core/ |
Fetches the next row from a result set. |
| StatementInterface::fetchAll | function | core/ |
Returns an array containing all of the result set rows. |
| StatementInterface::fetchAllAssoc | function | core/ |
Returns the result set as an associative array keyed by the given field. |
| StatementInterface::fetchAllKeyed | function | core/ |
Returns the entire result set as a single associative array. |
| StatementInterface::fetchAssoc | function | core/ |
Fetches the next row and returns it as an associative array. |
| StatementInterface::fetchCol | function | core/ |
Returns an entire single column of a result set as an indexed array. |
| StatementInterface::fetchField | function | core/ |
Returns a single field from the next record of a result set. |
| StatementInterface::fetchObject | function | core/ |
Fetches the next row and returns it as an object. |
| StatementInterface::getQueryString | function | core/ |
Gets the query string of this statement. |
| StatementInterface::rowCount | function | core/ |
Returns the number of rows affected by the last SQL statement. |
| StatementInterface::setFetchMode | function | core/ |
Sets the default fetch mode for this statement. |
| StatementPrefetch | class | core/ |
An implementation of StatementInterface that prefetches all data. |
| StatementPrefetch.php | file | core/ |
|
| StatementPrefetch::$allowRowCount | property | core/ |
Is rowCount() execution allowed. |
| StatementPrefetch::$columnNames | property | core/ |
The list of column names in this result set. |
| StatementPrefetch::$currentKey | property | core/ |
The key of the current row. |
| StatementPrefetch::$currentRow | property | core/ |
The current row, retrieved in \PDO::FETCH_ASSOC format. |
| StatementPrefetch::$data | property | core/ |
Main data store. |
Pagination
- Previous page
- Page 1143
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.