Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| StatementExecutionFailureEvent | class | core/ |
Represents the failure of a statement execution as an event. |
| StatementExecutionFailureEvent.php | file | core/ |
|
| StatementExecutionFailureEvent::__construct | function | core/ |
Constructor. |
| StatementExecutionStartEvent | class | core/ |
Represents the start of a statement execution as an event. |
| StatementExecutionStartEvent.php | file | core/ |
|
| StatementExecutionStartEvent::__construct | function | core/ |
Constructs a StatementExecutionStartEvent object. |
| StatementExecutionSubscriber | class | core/ |
Response subscriber to statement executions. |
| StatementExecutionSubscriber.php | file | core/ |
|
| StatementExecutionSubscriber::getSubscribedEvents | function | core/ |
|
| StatementExecutionSubscriber::onStatementExecutionEnd | function | core/ |
Subscribes to a statement execution finished event. |
| 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 column. |
| 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 column value from the next record of a result set. |
| StatementInterface::fetchObject | function | core/ |
Fetches the next row and returns it as an object. |
| StatementInterface::getConnectionTarget | function | core/ |
Returns the target connection this statement is associated with. |
| StatementInterface::getQueryString | function | core/ |
Gets the query string of this statement. |
| StatementInterface::rowCount | function | core/ |
Returns the number of rows matched by the last SQL statement. |
| StatementInterface::setFetchMode | function | core/ |
Sets the default fetch mode for this statement. |
| StatementIteratorTrait | trait | core/ |
StatementInterface iterator trait. |
| StatementIteratorTrait.php | file | core/ |
|
| StatementIteratorTrait::$isResultsetIterable | property | core/ |
Traces if rows can be fetched from the resultset. |
| StatementIteratorTrait::$resultsetKey | property | core/ |
The key of the current row. |
| StatementIteratorTrait::$resultsetRow | property | core/ |
The current row, retrieved in the current fetch format. |
| StatementIteratorTrait::current | function | core/ |
Returns the current element. |
| StatementIteratorTrait::getResultsetCurrentRowIndex | function | core/ |
Returns the row index of the current element in the resultset. |
| StatementIteratorTrait::key | function | core/ |
Returns the key of the current element. |
| StatementIteratorTrait::markResultsetFetchingComplete | function | core/ |
Informs the iterator that no more rows can be fetched from the resultset. |
| StatementIteratorTrait::markResultsetIterable | function | core/ |
Informs the iterator whether rows can be fetched from the resultset. |
| StatementIteratorTrait::next | function | core/ |
Moves the current position to the next element. |
| StatementIteratorTrait::rewind | function | core/ |
Rewinds back to the first element of the Iterator. |
| StatementIteratorTrait::setResultsetCurrentRow | function | core/ |
Sets the current resultset row for the iterator, and increments the key. |
| StatementIteratorTrait::valid | function | core/ |
Checks if current position is valid. |
| StatementPrefetchIterator | class | core/ |
An implementation of StatementInterface that prefetches all data. |
| StatementPrefetchIterator.php | file | core/ |
|
| StatementPrefetchIterator::execute | function | core/ |
Executes a prepared statement. |
| StatementPrefetchIterator::getClientStatement | function | core/ |
Returns the client-level database PDO statement object. |
| StatementPrefetchIterator::getStatement | function | core/ |
Grab a PDOStatement object from a given query and its arguments. |
| 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. |
Pagination
- Previous page
- Page 1310
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.