DatabaseStatementInterface::fetchCol |
core/includes/database/database.inc |
Returns an entire single column of a result set as an indexed array. |
DatabaseStatementInterface::fetchField |
core/includes/database/database.inc |
Returns a single field from the next record of a result set. |
DatabaseStatementInterface::getQueryString |
core/includes/database/database.inc |
Gets the query string of this statement. |
DatabaseStatementInterface::rowCount |
core/includes/database/database.inc |
Returns the number of rows affected by the last SQL statement. |
DatabaseStatementPrefetch::current |
core/includes/database/prefetch.inc |
|
DatabaseStatementPrefetch::execute |
core/includes/database/prefetch.inc |
Executes a prepared statement. |
DatabaseStatementPrefetch::fetch |
core/includes/database/prefetch.inc |
|
DatabaseStatementPrefetch::fetchAll |
core/includes/database/prefetch.inc |
|
DatabaseStatementPrefetch::fetchAllAssoc |
core/includes/database/prefetch.inc |
Returns the result set as an associative array keyed by the given field. |
DatabaseStatementPrefetch::fetchAllKeyed |
core/includes/database/prefetch.inc |
Returns the entire result set as a single associative array. |
DatabaseStatementPrefetch::fetchAssoc |
core/includes/database/prefetch.inc |
Fetches the next row and returns it as an associative array. |
DatabaseStatementPrefetch::fetchCol |
core/includes/database/prefetch.inc |
Returns an entire single column of a result set as an indexed array. |
DatabaseStatementPrefetch::fetchColumn |
core/includes/database/prefetch.inc |
|
DatabaseStatementPrefetch::fetchField |
core/includes/database/prefetch.inc |
Returns a single field from the next record of a result set. |
DatabaseStatementPrefetch::fetchObject |
core/includes/database/prefetch.inc |
|
DatabaseStatementPrefetch::getQueryString |
core/includes/database/prefetch.inc |
Return the object's SQL query string. |
DatabaseStatementPrefetch::getStatement |
core/includes/database/prefetch.inc |
Grab a PDOStatement object from a given query and its arguments. |
DatabaseStatementPrefetch::key |
core/includes/database/prefetch.inc |
|
DatabaseStatementPrefetch::next |
core/includes/database/prefetch.inc |
|
DatabaseStatementPrefetch::rewind |
core/includes/database/prefetch.inc |
|
DatabaseStatementPrefetch::rowCount |
core/includes/database/prefetch.inc |
Returns the number of rows affected by the last SQL statement. |
DatabaseStatementPrefetch::setFetchMode |
core/includes/database/prefetch.inc |
|
DatabaseStatementPrefetch::throwPDOException |
core/includes/database/prefetch.inc |
Throw a PDO Exception based on the last PDO error. |
DatabaseStatementPrefetch::valid |
core/includes/database/prefetch.inc |
|
DatabaseStatementPrefetch::__construct |
core/includes/database/prefetch.inc |
Creates a prefetch database statement object. |
DatabaseStatementPrefetchGadgetChainTestCase::testThemeRegistryGadgetChain |
core/modules/simpletest/tests/database_test.test |
Tests unserialization within the theme registry. |
DatabaseStatementPrefetchGadgetChainTestCase::testUpdateQueryGadgetChain |
core/modules/simpletest/tests/database_test.test |
Tests unserialization within the UpdateQuery class. |
DatabaseTaggingTestCase::testExtenderHasAllTags |
core/modules/simpletest/tests/database_test.test |
Test extended query tagging "has all of these tags" functionality. |
DatabaseTaggingTestCase::testExtenderHasAnyTag |
core/modules/simpletest/tests/database_test.test |
Test extended query tagging "has at least one of these tags" functionality. |
DatabaseTaggingTestCase::testExtenderHasTag |
core/modules/simpletest/tests/database_test.test |
Confirm that an extended query has a "tag" added to it. |
DatabaseTaggingTestCase::testHasAllTags |
core/modules/simpletest/tests/database_test.test |
Test query tagging "has all of these tags" functionality. |
DatabaseTaggingTestCase::testHasAnyTag |
core/modules/simpletest/tests/database_test.test |
Test query tagging "has at least one of these tags" functionality. |
DatabaseTaggingTestCase::testHasTag |
core/modules/simpletest/tests/database_test.test |
Confirm that a query has a "tag" added to it. |
DatabaseTaggingTestCase::testMetaData |
core/modules/simpletest/tests/database_test.test |
Test that we can attach meta data to a query object. |
DatabaseTasks::checkEngineVersion |
core/includes/install.inc |
Check the engine version. |
DatabaseTasks::checkUtf8mb4 |
core/includes/install.inc |
Check the engine version. |
DatabaseTasks::connect |
core/includes/install.inc |
Check if we can connect to the database. |
DatabaseTasks::fail |
core/includes/install.inc |
Assert test as failed. |
DatabaseTasks::getFormOptions |
core/includes/install.inc |
Return driver specific configuration options. |
DatabaseTasks::hasPdoDriver |
core/includes/install.inc |
Ensure the PDO driver is supported by the version of PHP in use. |
DatabaseTasks::installable |
core/includes/install.inc |
Check whether Backdrop is installable on the database. |
DatabaseTasks::minimumVersion |
core/includes/install.inc |
Return the minimum required version of the engine. |
DatabaseTasks::name |
core/includes/install.inc |
Return the human-readable name of the driver. |
DatabaseTasks::pass |
core/includes/install.inc |
Assert test as a pass. |
DatabaseTasks::runTasks |
core/includes/install.inc |
Run database tasks and tests to see if Backdrop can run on the database. |
DatabaseTasks::runTestQuery |
core/includes/install.inc |
Run SQL tests to ensure the database can execute commands with the current user. |
DatabaseTasks::validateDatabaseSettings |
core/includes/install.inc |
Validates driver specific configuration settings. |
DatabaseTasks_mysql::minimumVersion |
core/includes/database/mysql/install.inc |
Returns the minimum version for MySQL. |
DatabaseTasks_mysql::name |
core/includes/database/mysql/install.inc |
Returns a human-readable name string for MySQL and equivalent databases. |
DatabaseTemporaryQueryTestCase::countTableRows |
core/modules/simpletest/tests/database_test.test |
Return the number of rows of a table. |