Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| DatabaseStatementPrefetch::$defaultFetchOptions | property | includes/ |
Holds supplementary default fetch options. |
| DatabaseStatementPrefetch::$defaultFetchStyle | property | includes/ |
Holds the default fetch style. |
| DatabaseStatementPrefetch::$driverOptions | property | includes/ |
Driver-specific options. Can be used by child classes. |
| DatabaseStatementPrefetch::$fetchOptions | property | includes/ |
Holds supplementary current fetch options (which will be used by the next fetch). |
| DatabaseStatementPrefetch::$fetchStyle | property | includes/ |
Holds the current fetch style (which will be used by the next fetch). |
| DatabaseStatementPrefetch::$queryString | property | includes/ |
The query string. |
| DatabaseStatementPrefetch::$resultRowCount | property | includes/ |
The number of rows in this result set. |
| DatabaseStatementPrefetch::$rowCount | property | includes/ |
The number of rows affected by the last query. |
| DatabaseStatementPrefetch::current | function | includes/ |
Return the current row formatted according to the current fetch style. |
| DatabaseStatementPrefetch::execute | function | includes/ |
Executes a prepared statement. |
| DatabaseStatementPrefetch::fetch | function | includes/ |
|
| DatabaseStatementPrefetch::fetchAll | function | includes/ |
|
| DatabaseStatementPrefetch::fetchAllAssoc | function | includes/ |
|
| DatabaseStatementPrefetch::fetchAllKeyed | function | includes/ |
|
| DatabaseStatementPrefetch::fetchAssoc | function | includes/ |
|
| DatabaseStatementPrefetch::fetchCol | function | includes/ |
|
| DatabaseStatementPrefetch::fetchColumn | function | includes/ |
|
| DatabaseStatementPrefetch::fetchField | function | includes/ |
|
| DatabaseStatementPrefetch::fetchObject | function | includes/ |
|
| DatabaseStatementPrefetch::getQueryString | function | includes/ |
Return the object's SQL query string. |
| DatabaseStatementPrefetch::getStatement | function | includes/ |
Grab a PDOStatement object from a given query and its arguments. |
| DatabaseStatementPrefetch::key | function | includes/ |
#[\ReturnTypeWillChange] |
| DatabaseStatementPrefetch::next | function | includes/ |
#[\ReturnTypeWillChange] |
| DatabaseStatementPrefetch::rewind | function | includes/ |
#[\ReturnTypeWillChange] |
| DatabaseStatementPrefetch::rowCount | function | includes/ |
|
| DatabaseStatementPrefetch::setFetchMode | function | includes/ |
|
| DatabaseStatementPrefetch::throwPDOException | function | includes/ |
Throw a PDO Exception based on the last PDO error. |
| DatabaseStatementPrefetch::valid | function | includes/ |
#[\ReturnTypeWillChange] |
| DatabaseStatementPrefetch::__construct | function | includes/ |
|
| DatabaseStatement_sqlite | class | includes/ |
Specific SQLite implementation of DatabaseConnection. |
| DatabaseStatement_sqlite::execute | function | includes/ |
|
| DatabaseStatement_sqlite::getStatement | function | includes/ |
SQLite specific implementation of getStatement(). |
| DatabaseTablePrefixTestCase | class | modules/ |
Test table prefix handling. |
| DatabaseTablePrefixTestCase::getInfo | function | modules/ |
|
| DatabaseTablePrefixTestCase::testSchemaDotTablePrefixes | function | modules/ |
|
| DatabaseTaggingTestCase | class | modules/ |
Select tagging tests. |
| DatabaseTaggingTestCase::getInfo | function | modules/ |
|
| DatabaseTaggingTestCase::testExtenderHasAllTags | function | modules/ |
Test extended query tagging "has all of these tags" functionality. |
| DatabaseTaggingTestCase::testExtenderHasAnyTag | function | modules/ |
Test extended query tagging "has at least one of these tags" functionality. |
| DatabaseTaggingTestCase::testExtenderHasTag | function | modules/ |
Confirm that an extended query has a "tag" added to it. |
| DatabaseTaggingTestCase::testHasAllTags | function | modules/ |
Test query tagging "has all of these tags" functionality. |
| DatabaseTaggingTestCase::testHasAnyTag | function | modules/ |
Test query tagging "has at least one of these tags" functionality. |
| DatabaseTaggingTestCase::testHasTag | function | modules/ |
Confirm that a query has a "tag" added to it. |
| DatabaseTaggingTestCase::testMetaData | function | modules/ |
Test that we can attach meta data to a query object. |
| DatabaseTaskException | class | includes/ |
Exception thrown if the database installer fails. |
| DatabaseTasks | class | includes/ |
Database installer structure. |
Pagination
- Previous page
- Page 42
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.