Search for state
- Search 9.5.x for state
- Search 8.9.x for state
- Search 10.3.x for state
- Search 11.x for state
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
Database::RETURN_STATEMENT | constant | includes/ |
Flag to indicate a query call should return the prepared statement. |
DatabaseConnection::$statementClass | property | includes/ |
The name of the Statement class for this connection. |
DatabaseEmptyStatementTestCase | class | modules/ |
Tests the empty pseudo-statement class. |
DatabaseEmptyStatementTestCase::getInfo | function | modules/ |
|
DatabaseEmptyStatementTestCase::testEmpty | function | modules/ |
Test that the empty result set behaves as empty. |
DatabaseEmptyStatementTestCase::testEmptyFetchAll | function | modules/ |
Test that the empty result set mass-fetches in an expected way. |
DatabaseEmptyStatementTestCase::testEmptyIteration | function | modules/ |
Test that the empty result set iterates safely. |
DatabaseStatementBase | class | includes/ |
Default implementation of DatabaseStatementInterface. |
DatabaseStatementBase::$dbh | property | includes/ |
Reference to the database connection object for this statement. |
DatabaseStatementBase::execute | function | includes/ |
#[\ReturnTypeWillChange] |
DatabaseStatementBase::fetchAllAssoc | function | includes/ |
Returns the result set as an associative array keyed by the given field. |
DatabaseStatementBase::fetchAllKeyed | function | includes/ |
Returns the entire result set as a single associative array. |
DatabaseStatementBase::fetchAssoc | function | includes/ |
Fetches the next row and returns it as an associative array. |
DatabaseStatementBase::fetchCol | function | includes/ |
Returns an entire single column of a result set as an indexed array. |
DatabaseStatementBase::fetchField | function | includes/ |
Returns a single field from the next record of a result set. |
DatabaseStatementBase::getQueryString | function | includes/ |
Gets the query string of this statement. |
DatabaseStatementBase::__construct | function | includes/ |
|
DatabaseStatementEmpty | class | includes/ |
Empty implementation of a database statement. |
DatabaseStatementEmpty::current | function | includes/ |
#[\ReturnTypeWillChange] |
DatabaseStatementEmpty::execute | function | includes/ |
Executes a prepared statement |
DatabaseStatementEmpty::fetch | function | includes/ |
|
DatabaseStatementEmpty::fetchAll | function | includes/ |
|
DatabaseStatementEmpty::fetchAllAssoc | function | includes/ |
Returns the result set as an associative array keyed by the given field. |
DatabaseStatementEmpty::fetchAllKeyed | function | includes/ |
Returns the entire result set as a single associative array. |
DatabaseStatementEmpty::fetchAssoc | function | includes/ |
Fetches the next row and returns it as an associative array. |
DatabaseStatementEmpty::fetchCol | function | includes/ |
Returns an entire single column of a result set as an indexed array. |
DatabaseStatementEmpty::fetchField | function | includes/ |
Returns a single field from the next record of a result set. |
DatabaseStatementEmpty::fetchObject | function | includes/ |
|
DatabaseStatementEmpty::getQueryString | function | includes/ |
Gets the query string of this statement. |
DatabaseStatementEmpty::key | function | includes/ |
#[\ReturnTypeWillChange] |
DatabaseStatementEmpty::next | function | includes/ |
#[\ReturnTypeWillChange] |
DatabaseStatementEmpty::rewind | function | includes/ |
#[\ReturnTypeWillChange] |
DatabaseStatementEmpty::rowCount | function | includes/ |
Returns the number of rows affected by the last SQL statement. |
DatabaseStatementEmpty::setFetchMode | function | includes/ |
|
DatabaseStatementEmpty::valid | function | includes/ |
#[\ReturnTypeWillChange] |
DatabaseStatementInterface | interface | includes/ |
Represents a prepared statement. |
DatabaseStatementInterface::execute | function | includes/ |
Executes a prepared statement |
DatabaseStatementInterface::fetchAllAssoc | function | includes/ |
Returns the result set as an associative array keyed by the given field. |
DatabaseStatementInterface::fetchAllKeyed | function | includes/ |
Returns the entire result set as a single associative array. |
DatabaseStatementInterface::fetchAssoc | function | includes/ |
Fetches the next row and returns it as an associative array. |
DatabaseStatementInterface::fetchCol | function | includes/ |
Returns an entire single column of a result set as an indexed array. |
DatabaseStatementInterface::fetchField | function | includes/ |
Returns a single field from the next record of a result set. |
DatabaseStatementInterface::getQueryString | function | includes/ |
Gets the query string of this statement. |
DatabaseStatementInterface::rowCount | function | includes/ |
Returns the number of rows affected by the last SQL statement. |
DatabaseStatementPrefetch | class | includes/ |
An implementation of DatabaseStatementInterface that prefetches all data. |
DatabaseStatementPrefetch::$columnNames | property | includes/ |
The list of column names in this result set. |
DatabaseStatementPrefetch::$currentKey | property | includes/ |
The key of the current row. |
DatabaseStatementPrefetch::$currentRow | property | includes/ |
The current row, retrieved in PDO::FETCH_ASSOC format. |
DatabaseStatementPrefetch::$data | property | includes/ |
Main data store. |
DatabaseStatementPrefetch::$dbh | property | includes/ |
Reference to the database connection object for this statement. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.