Search for state
- Search 7.x for state
- Search 9.5.x for state
- Search 10.3.x for state
- Search 11.x for state
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
State | class | core/ |
A value object representing a workflow state. |
state | service | core/ |
Drupal\Core\State\State |
State | class | core/ |
Provides the state system using a key value store. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
Statement::$dbh | property | core/ |
Reference to the database connection object for this statement. |
Statement::execute | function | core/ |
Executes a prepared statement |
Statement::execute | function | core/ |
|
Statement::fetchAll | function | core/ |
|
Statement::fetchAllAssoc | function | core/ |
|
Statement::fetchAllKeyed | function | core/ |
|
Statement::fetchAssoc | function | core/ |
|
Statement::fetchCol | function | core/ |
|
Statement::fetchField | function | core/ |
|
Statement::getQueryString | function | core/ |
|
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/ |
|
Statement::setFetchMode | function | core/ |
|
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/ |
|
StatementEmpty::fetch | function | core/ |
|
StatementEmpty::fetchAll | function | core/ |
|
StatementEmpty::fetchAllAssoc | function | core/ |
|
StatementEmpty::fetchAllKeyed | function | core/ |
|
StatementEmpty::fetchAssoc | function | core/ |
|
StatementEmpty::fetchCol | function | core/ |
|
StatementEmpty::fetchField | function | core/ |
|
StatementEmpty::fetchObject | function | core/ |
|
StatementEmpty::getQueryString | function | core/ |
|
StatementEmpty::key | function | core/ |
|
StatementEmpty::next | function | core/ |
|
StatementEmpty::rewind | function | core/ |
|
StatementEmpty::rowCount | function | core/ |
|
StatementEmpty::setFetchMode | function | core/ |
|
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/ |
Pagination
- Previous page
- Page 23
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.