Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| StatementBase::$result | property | core/ |
The results of a data query language (DQL) statement. |
| StatementBase::dispatchStatementExecutionEndEvent | function | core/ |
Dispatches an event informing that the statement execution succeeded. |
| StatementBase::dispatchStatementExecutionFailureEvent | function | core/ |
Dispatches an event informing of the statement execution failure. |
| StatementBase::dispatchStatementExecutionStartEvent | function | core/ |
Dispatches an event informing that the statement execution begins. |
| StatementBase::execute | function | core/ |
|
| StatementBase::fetch | function | core/ |
|
| StatementBase::fetchAll | function | core/ |
|
| StatementBase::fetchAllAssoc | function | core/ |
|
| StatementBase::fetchAllKeyed | function | core/ |
|
| StatementBase::fetchAssoc | function | core/ |
|
| StatementBase::fetchCol | function | core/ |
|
| StatementBase::fetchField | function | core/ |
|
| StatementBase::fetchObject | function | core/ |
|
| StatementBase::getClientStatement | function | core/ |
Returns the client-level database statement object. |
| StatementBase::getConnectionTarget | function | core/ |
|
| StatementBase::getQueryString | function | core/ |
|
| StatementBase::hasClientStatement | function | core/ |
Determines if the client-level database statement object exists. |
| StatementBase::rowCount | function | core/ |
|
| StatementBase::setFetchMode | function | core/ |
|
| StatementBase::__construct | function | core/ |
Constructor. |
| StatementEvent.php | file | core/ |
|
| StatementExecutionEndEvent | class | core/ |
Represents the end of a statement execution as an event. |
| StatementExecutionEndEvent.php | file | core/ |
|
| StatementExecutionEndEvent::getElapsedTime | function | core/ |
Gets the query execution elapsed time. |
| StatementExecutionEndEvent::__construct | function | core/ |
Constructs a StatementExecutionEndEvent object. |
| 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. |
Pagination
- Previous page
- Page 1509
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.