DatabaseConnection_mysql::driver |
function |
core/includes/database/mysql/database.inc |
Returns the type of database driver. |
DatabaseConnection_mysql::nextId |
function |
core/includes/database/mysql/database.inc |
Retrieves an unique id from a given sequence. |
DatabaseStatementPrefetch::$data |
property |
core/includes/database/prefetch.inc |
Main data store. |
DatabaseSchema_mysql::findTables |
function |
core/includes/database/mysql/schema.inc |
Find all tables that are like the specified base table name. |
DatabaseSchema_mysql::getComment |
function |
core/includes/database/mysql/schema.inc |
Retrieve a table or column comment. |
DatabaseStatementPrefetch::rewind |
function |
core/includes/database/prefetch.inc |
|
DatabaseConnection::$prefixSearch |
property |
core/includes/database/database.inc |
List of search values for use in prefixTables(). |
DatabaseConnection_mysql::version |
function |
core/includes/database/mysql/database.inc |
Returns the version of the database server. |
DatabaseConnection::filterComment |
function |
core/includes/database/database.inc |
Sanitize a query comment string. |
DatabaseSelectTestCase::testUnion |
function |
core/modules/simpletest/tests/database_test.test |
Test that we can UNION multiple Select queries together. This is
semantically equal to UNION DISTINCT, so we don't explicitly test that. |
DatabaseConnection::inTransaction |
function |
core/includes/database/database.inc |
Determines if there is an active transaction open. |
BackdropTestCase::$databasePrefix |
property |
core/modules/simpletest/backdrop_web_test_case.php |
The database prefix of this test run. |
DatabaseConnection::$escapedNames |
property |
core/includes/database/database.inc |
List of escaped database, table, and field names, keyed by unescaped names. |
DatabaseRegressionTestCase::setUp |
function |
core/modules/simpletest/tests/database_test.test |
Sets up a Backdrop site for running functional and integration tests. |
DatabaseCondition::$stringVersion |
property |
core/includes/database/query.inc |
The string version of a query after it has been built. |
DatabaseRangeQueryTestCase::setUp |
function |
core/modules/simpletest/tests/database_test.test |
Sets up a Backdrop site for running functional and integration tests. |
DatabaseStatementBase::fetchField |
function |
core/includes/database/database.inc |
Returns a single field from the next record of a result set. |
DatabaseStatementBase::fetchAssoc |
function |
core/includes/database/database.inc |
Fetches the next row and returns it as an associative array. |
DatabaseCondition::ensureBrackets |
function |
core/includes/database/query.inc |
Ensures that the value being tested against is bracketed. |
ViewsHandlerTestFileSize::dataSet |
function |
core/modules/views/tests/handlers/views_handler_field_file_size.test |
A very simple test dataset. |
DatabaseTasks::checkEngineVersion |
function |
core/includes/install.inc |
Check the engine version. |
DatabaseSchema::$uniqueIdentifier |
property |
core/includes/database/schema.inc |
A unique identifier for this query object. |
FieldViewsDataTest::testViewsData |
function |
core/modules/field/tests/field_views.test |
Unit testing the views data structure. |
DatabaseSchema::fieldSetNoDefault |
function |
core/includes/database/schema.inc |
Set a field to have no default value. |
tabledrag_example_parent_get_data |
function |
modules/examples/tabledrag_example/tabledrag_example_parent_form.inc |
Retrieves the tree structure from database, and sorts by parent/child/weight. |
DatabaseSchema_mysql::renameTable |
function |
core/includes/database/mysql/schema.inc |
Rename a table. |
DatabaseSchema_mysql::indexExists |
function |
core/includes/database/mysql/schema.inc |
Checks if an index exists in the given table. |
DatabaseSchema_mysql::changeField |
function |
core/includes/database/mysql/schema.inc |
Change a field definition. |
DatabaseStatementPrefetch::execute |
function |
core/includes/database/prefetch.inc |
Executes a prepared statement. |
DatabaseStatementPrefetch::current |
function |
core/includes/database/prefetch.inc |
|
DatabaseExampleUnitTestCase::setUp |
function |
modules/examples/database_example/tests/database_example.test |
Sets up a Backdrop site for running functional and integration tests. |
DatabaseConnection::$driverClasses |
property |
core/includes/database/database.inc |
Index of what driver-specific class to use for various operations. |
DatabaseConnection::$prefixReplace |
property |
core/includes/database/database.inc |
List of replacement values for use in prefixTables(). |
DatabaseConnection::defaultOptions |
function |
core/includes/database/database.inc |
Returns the default query options for any given query. |
DatabaseConnection::getDriverClass |
function |
core/includes/database/database.inc |
Gets the driver-specific override class if any for the specified class. |
DatabaseConnection_mysql::doCommit |
function |
core/includes/database/mysql/database.inc |
Do the actual commit, including a workaround for PHP 8 behaviour changes. |
DatabaseConnection_mysql::rollback |
function |
core/includes/database/mysql/database.inc |
Rolls back the transaction entirely or to a named savepoint. |
DatabaseConnection::popTransaction |
function |
core/includes/database/database.inc |
Decreases the depth of transaction nesting. |
MenuTreeOutputTestCase::$tree_data |
property |
core/modules/simpletest/tests/menu.test |
Dummy link structure acceptable for menu_tree_output(). |
DatabaseConnection::queryTemporary |
function |
core/includes/database/database.inc |
Runs a SELECT query and stores its results in a temporary table. |
DatabaseSelectPagerDefaultTestCase |
class |
core/modules/simpletest/tests/database_test.test |
|
DatabaseStatementBase::__construct |
function |
core/includes/database/database.inc |
|
FileSaveDataTest::testWithFilename |
function |
core/modules/simpletest/tests/file.test |
Test the file_save_data() function when a filename is provided. |
DatabaseStatementEmpty::fetchField |
function |
core/includes/database/database.inc |
Returns a single field from the next record of a result set. |
DatabaseConnection::createDatabase |
function |
core/includes/database/database.inc |
Creates a database. |
DatabaseStatementEmpty::fetchAssoc |
function |
core/includes/database/database.inc |
Fetches the next row and returns it as an associative array. |
ConfigDatabaseStorage::__construct |
function |
core/includes/config.inc |
Constructs a new ConfigDatabaseStorage controller. |
DatabaseCharsetConverter::$charset |
property |
core/includes/database/charset_converter.inc |
Default character set to which data should be converted. |
DatabaseSchema_mysql::processField |
function |
core/includes/database/mysql/schema.inc |
Set database-engine specific properties for a field. |
DatabaseSchema_mysql::createKeySql |
function |
core/includes/database/mysql/schema.inc |
|