Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| DatabaseStatementPrefetch::fetchAllKeyed | function | includes/ |
Returns the entire result set as a single associative array. |
| DatabaseStatementPrefetch::fetchAssoc | function | includes/ |
Fetches the next row and returns it as an associative array. |
| DatabaseStatementPrefetch::fetchCol | function | includes/ |
Returns an entire single column of a result set as an indexed array. |
| DatabaseStatementPrefetch::fetchColumn | function | includes/ |
|
| DatabaseStatementPrefetch::fetchField | function | includes/ |
Returns a single field from the next record of a result set. |
| 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/ |
Returns the number of rows affected by the last SQL statement. |
| 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/ |
Executes a prepared statement. |
| 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. |
| DatabaseTasks::$results | property | includes/ |
Results from tasks. |
| DatabaseTasks::$tasks | property | includes/ |
Structure that describes each task to run. |
| DatabaseTasks::checkEngineVersion | function | includes/ |
Check the engine version. |
| DatabaseTasks::connect | function | includes/ |
Check if we can connect to the database. |
| DatabaseTasks::fail | function | includes/ |
Assert test as failed. |
| DatabaseTasks::getFormOptions | function | includes/ |
Return driver specific configuration options. |
| DatabaseTasks::hasPdoDriver | function | includes/ |
Ensure the PDO driver is supported by the version of PHP in use. |
| DatabaseTasks::installable | function | includes/ |
Check whether Drupal is installable on the database. |
| DatabaseTasks::minimumVersion | function | includes/ |
Return the minimum required version of the engine. |
| DatabaseTasks::name | function | includes/ |
Return the human-readable name of the driver. |
| DatabaseTasks::pass | function | includes/ |
Assert test as a pass. |
| DatabaseTasks::runTasks | function | includes/ |
Run database tasks and tests to see if Drupal can run on the database. |
| DatabaseTasks::runTestQuery | function | includes/ |
Run SQL tests to ensure the database can execute commands with the current user. |
| DatabaseTasks::validateDatabaseSettings | function | includes/ |
Validates driver specific configuration settings. |
| DatabaseTasks_mysql | class | includes/ |
Specifies installation tasks for MySQL and equivalent databases. |
| DatabaseTasks_mysql::$pdoDriver | property | includes/ |
The PDO driver name for MySQL and equivalent databases. |
| DatabaseTasks_mysql::minimumVersion | function | includes/ |
Returns the minimum version for MySQL. |
Pagination
- Previous page
- Page 43
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.