DatabaseStatementPrefetch::fetchAllKeyed |
function |
core/includes/database/prefetch.inc |
Returns the entire result set as a single associative array. |
DatabaseStatementPrefetch::fetchAllAssoc |
function |
core/includes/database/prefetch.inc |
Returns the result set as an associative array keyed by the given field. |
DatabaseUpdateTestCase::testSimpleUpdate |
function |
core/modules/simpletest/tests/database_test.test |
Confirm that we can update a single record successfully. |
ViewsHandlerFilterNumericTest::viewsData |
function |
core/modules/views/tests/handlers/views_handler_filter_numeric.test |
The views data definition. |
DatabaseConnection::getConnectionOptions |
function |
core/includes/database/database.inc |
Returns the connection information for this connection object. |
DatabaseSelectTestCase::testSimpleSelect |
function |
core/modules/simpletest/tests/database_test.test |
Test rudimentary SELECT statements. |
DatabaseConnection::supportsTransactions |
function |
core/includes/database/database.inc |
Determines if this driver supports transactions. |
DatabaseConnection::mapConditionOperator |
function |
core/includes/database/database.inc |
Gets any special processing requirements for the condition operator. |
MenuTreeOutputTestCase::testMenuTreeData |
function |
core/modules/simpletest/tests/menu.test |
Validate the generation of a proper menu tree output. |
DatabaseSelectComplexTestCase::testRange |
function |
core/modules/simpletest/tests/database_test.test |
Test range queries. The SQL clause varies with the database. |
DatabaseTransactionCommitFailedException |
class |
core/includes/database/database.inc |
Exception thrown when a commit() function fails. |
DatabaseAlterTestCase::testAlterWithJoin |
function |
core/modules/simpletest/tests/database_test.test |
Test that we can alter the joins on a query. |
DatabaseConnection_mysql::createDatabase |
function |
core/includes/database/mysql/database.inc |
Overrides DatabaseConnection::createDatabase(). |
EntityDatabaseStorageController::preSave |
function |
core/modules/entity/entity.controller.inc |
Acts on an entity before the presave hook is invoked. |
ConfigDatabaseStorage::initializeStorage |
function |
core/includes/config.inc |
Create the database table if does not already exist. |
DatabaseConnection_mysql::queryTemporary |
function |
core/includes/database/mysql/database.inc |
Runs a SELECT query and stores its results in a temporary table. |
DatabaseSchema_mysql::COMMENT_MAX_COLUMN |
constant |
core/includes/database/mysql/schema.inc |
Maximum length of a column comment in MySQL. |
ViewsHandlerFieldBulkFormTest::viewsData |
function |
core/modules/views/tests/handlers/views_handler_field_bulk_form.test |
Defines bulk form handler for custom entity views_test. |
DatabaseStatementPrefetch::$fetchOptions |
property |
core/includes/database/prefetch.inc |
Holds supplementary current fetch options (which will be used by the next fetch). |
views_handler_relationship_node_term_data |
class |
core/modules/taxonomy/views/views_handler_relationship_node_term_data.inc |
Relationship handler to return the taxonomy terms of nodes. |
DatabaseFetch2TestCase::testQueryFetchNum |
function |
core/modules/simpletest/tests/database_test.test |
|
DatabaseStatementPrefetch::getQueryString |
function |
core/includes/database/prefetch.inc |
Return the object's SQL query string. |
DatabaseFetch2TestCase::testQueryFetchCol |
function |
core/modules/simpletest/tests/database_test.test |
Confirm that we can fetch an entire column of a result set at once. |
DatabaseUpdateTestCase::testMultiGTUpdate |
function |
core/modules/simpletest/tests/database_test.test |
Confirm that we can update a multiple records with a non-equality condition. |
filter_dom_serialize_escape_cdata_element |
function |
core/modules/filter/filter.module |
Adds comments around the <!CDATA section in a dom element. |
DatabaseSelectTestCase::testSimpleComment |
function |
core/modules/simpletest/tests/database_test.test |
Test rudimentary SELECT statement with a COMMENT. |
DatabaseSelectTestCase::testNullCondition |
function |
core/modules/simpletest/tests/database_test.test |
Test that a comparison with NULL is always FALSE. |
DatabaseTransactionNameNonUniqueException |
class |
core/includes/database/database.inc |
Exception thrown when a savepoint or transaction name occurs twice. |
DatabaseStatementInterface::fetchAllKeyed |
function |
core/includes/database/database.inc |
Returns the entire result set as a single associative array. |
DatabaseStatementInterface::fetchAllAssoc |
function |
core/includes/database/database.inc |
Returns the result set as an associative array keyed by the given field. |
DatabaseTasks::$databaseNotFoundErrorCode |
property |
core/includes/install.inc |
Error code for "Unknown database" error. |
BackdropWebTestCase::changeDatabasePrefix |
function |
core/modules/simpletest/backdrop_web_test_case.php |
Changes the database connection to the prefixed one. |
DatabaseEmptyStatementTestCase::testEmpty |
function |
core/modules/simpletest/tests/database_test.test |
Test that the empty result set behaves as empty. |
EntityDatabaseStorageController::postSave |
function |
core/modules/entity/entity.controller.inc |
Acts on a saved entity before the insert or update hook is invoked. |
views_plugin_query_default::get_join_data |
function |
core/modules/views/plugins/views_plugin_query_default.inc |
Retrieve join data from the larger join data cache. |
ViewsHandlerFilterEqualityTest::viewsData |
function |
core/modules/views/tests/handlers/views_handler_filter_equality.test |
The views data definition. |
DatabaseExtraTypesTestCase::testDateField |
function |
core/modules/simpletest/tests/database_test.test |
Test the date data type. |
DatabaseExtraTypesTestCase::testTimeField |
function |
core/modules/simpletest/tests/database_test.test |
Test the time data type. |
DatabaseConnection_mysql::quoteIdentifier |
function |
core/includes/database/mysql/database.inc |
Quotes an identifier with backticks for MySQL 8 compatibility. |
DatabaseCharsetConverter::convertDatabase |
function |
core/includes/database/charset_converter.inc |
Convert the database charset and collation, but not the tables within it. |
DatabaseSchema_mysql::createKeysSqlHelper |
function |
core/includes/database/mysql/schema.inc |
|
DatabaseConnection_mysql::utf8mb4IsActive |
function |
core/includes/database/mysql/database.inc |
Checks whether utf8mb4 support is currently active. |
DatabaseSchemaObjectDoesNotExistException |
class |
core/includes/database/schema.inc |
Exception thrown if an object being modified doesn't exist yet. |
DatabaseStatementPrefetch::$driverOptions |
property |
core/includes/database/prefetch.inc |
Driver-specific options. Can be used by child classes. |
DatabaseFetchTestCase::testQueryFetchClass |
function |
core/modules/simpletest/tests/database_test.test |
Confirm that we can fetch a record into a new instance of a custom class. |
DatabaseFetch2TestCase::testQueryFetchBoth |
function |
core/modules/simpletest/tests/database_test.test |
Confirm that we can fetch a record into a doubly-keyed array explicitly. |
ViewsModuleTest::resetStaticViewsDataCache |
function |
core/modules/views/tests/views_module.test |
Resets the views data cache. |
DatabaseInsertTestCase::testRepeatedInsert |
function |
core/modules/simpletest/tests/database_test.test |
Test that an insert object can be reused with new data after it executes. |
installer_browser_get_project_release_data |
function |
core/modules/installer/installer.browser.inc |
Uses the project status url to get the available releases for a project. |
DatabaseSelectComplexTestCase::testGroupBy |
function |
core/modules/simpletest/tests/database_test.test |
Test GROUP BY clauses. |