ConfigDatabaseStorage::readMultiple |
function |
core/includes/config.inc |
Reads configuration data from the storage. |
DatabaseTasks_mysql::minimumVersion |
function |
core/includes/database/mysql/install.inc |
Returns the minimum version for MySQL. |
DatabaseConnection::utf8mb4IsActive |
function |
core/includes/database/database.inc |
Checks whether utf8mb4 support is currently active. |
DatabaseSchema_mysql::getPrefixInfo |
function |
core/includes/database/mysql/schema.inc |
Get information about the table name and schema from the prefix. |
DatabaseSchema_mysql::createKeysSql |
function |
core/includes/database/mysql/schema.inc |
Generates a string suitable for creating MySQL table keys. |
DatabaseSchemaObjectExistsException |
class |
core/includes/database/schema.inc |
Exception thrown if an object being created already exists. |
DatabaseSchema_mysql::addPrimaryKey |
function |
core/includes/database/mysql/schema.inc |
Add a primary key. |
DatabaseConnection_mysql::setPrefix |
function |
core/includes/database/mysql/database.inc |
Set the list of prefixes used by this database connection. |
DatabaseSchema_mysql::dropUniqueKey |
function |
core/includes/database/mysql/schema.inc |
Drop a unique key. |
ViewsHandlerFieldDateTest::viewsData |
function |
core/modules/views/tests/handlers/views_handler_field_date.test |
The views data definition. |
file_metadata_fetch_image_dimensions |
function |
core/modules/file/file.file.inc |
Fetch the dimensions of an image and store them in the file metadata array. |
BackupMySql::restoreDatabaseFromFile |
function |
core/includes/backup/backup.mysql.inc |
Backup the databases to a file. |
DatabaseConnection::makeSequenceName |
function |
core/includes/database/database.inc |
Creates the appropriate sequence name for a given table and serial field. |
DatabaseSelectTestCase::testUnionAll |
function |
core/modules/simpletest/tests/database_test.test |
Test that we can UNION ALL multiple Select queries together. |
DatabaseConnection::transactionDepth |
function |
core/includes/database/database.inc |
Determines current transaction depth. |
DatabaseConnection::startTransaction |
function |
core/includes/database/database.inc |
Returns a new DatabaseTransaction object on this connection. |
MenuTreeDataTestCase::assertSameLink |
function |
core/modules/simpletest/tests/menu.test |
Check that two menu links are the same by comparing the mlid. |
SessionTestCase::testDataPersistence |
function |
core/modules/simpletest/tests/session.test |
Test data persistence via the session_test module callbacks. |
DatabaseTransactionNoActiveException |
class |
core/includes/database/database.inc |
Exception for when popTransaction() is called with no active transaction. |
DatabaseStatementInterface::rowCount |
function |
core/includes/database/database.inc |
Returns the number of rows affected by the last SQL statement. |
DatabaseStatementInterface::fetchCol |
function |
core/includes/database/database.inc |
Returns an entire single column of a result set as an indexed array. |
DatabaseStatementBase::fetchAllAssoc |
function |
core/includes/database/database.inc |
Returns the result set as an associative array keyed by the given field. |
DatabaseStatementBase::fetchAllKeyed |
function |
core/includes/database/database.inc |
Returns the entire result set as a single associative array. |
FileSaveDataTest::testExistingRename |
function |
core/modules/simpletest/tests/file.test |
Test file_save_data() when renaming around an existing file. |
DatabaseStatementEmpty::setFetchMode |
function |
core/includes/database/database.inc |
|
DatabaseTransactionTestCase::cleanUp |
function |
core/modules/simpletest/tests/database_test.test |
Start over for a new test. |
ConfigDatabaseStorage::isInitialized |
function |
core/includes/config.inc |
Check that the storage managed by this object is present and functional. |
ConfigDatabaseStorage::importArchive |
function |
core/includes/config.inc |
Import an archive of configuration files into the config storage managed
by this object. |
ConfigDatabaseStorage::exportArchive |
function |
core/includes/config.inc |
Export an archive of configuration files from the config storage managed
by this object. |
BackupDatabase::backupDatabaseToFile |
function |
core/includes/backup/backup.database.inc |
Backup the databases to a file. |
QueryAlterableInterface::addMetaData |
function |
core/includes/database/query.inc |
Adds additional metadata to the query. |
QueryAlterableInterface::getMetaData |
function |
core/includes/database/query.inc |
Retrieves a given piece of metadata. |
DatabaseConnection_mysql::__destruct |
function |
core/includes/database/mysql/database.inc |
Destroy a MySQL database connection object. |
DatabaseConnection_mysql::queryRange |
function |
core/includes/database/mysql/database.inc |
Runs a limited-range query on this database object. |
DatabaseCharsetConverter::$collation |
property |
core/includes/database/charset_converter.inc |
Default collation to which data should be converted. |
DatabaseSchema_mysql::createTableSql |
function |
core/includes/database/mysql/schema.inc |
Generate an array of query strings suitable for creating a table. |
DatabaseSchema_mysql::createFieldSql |
function |
core/includes/database/mysql/schema.inc |
Create a SQL string for a field to be used in table creation or alteration. |
field_views_field_default_views_data |
function |
core/modules/field/views/field.views.inc |
Default views data implementation for a field. |
DatabaseSchema_mysql::dropPrimaryKey |
function |
core/includes/database/mysql/schema.inc |
Drop the primary key. |
DatabaseStatementPrefetch::$rowCount |
property |
core/includes/database/prefetch.inc |
The number of rows affected by the last query. |
DatabaseSchema_mysql::prepareComment |
function |
core/includes/database/mysql/schema.inc |
Prepare a table or column comment for database query. |
BackdropDatabaseCache::deleteMultiple |
function |
core/includes/cache.inc |
Implements BackdropCacheInterface::deleteMultiple(). |
database_example_form_update_callback |
function |
modules/examples/database_example/database_example.module |
AJAX callback handler for the pid select. |
DatabaseStatementPrefetch::fetchField |
function |
core/includes/database/prefetch.inc |
Returns a single field from the next record of a result set. |
DatabaseStatementPrefetch::fetchAssoc |
function |
core/includes/database/prefetch.inc |
Fetches the next row and returns it as an associative array. |
ViewsHandlerFieldBooleanTest::dataSet |
function |
core/modules/views/tests/handlers/views_handler_field_boolean.test |
A very simple test dataset. |
DatabaseSelectComplexTestCase2::setUp |
function |
core/modules/simpletest/tests/database_test.test |
Sets up a Backdrop site for running functional and integration tests. |
DatabaseConnectionNotDefinedException |
class |
core/includes/database/database.inc |
Exception thrown if an undefined database connection is requested. |
DatabaseTaggingTestCase::testMetaData |
function |
core/modules/simpletest/tests/database_test.test |
Test that we can attach meta data to a query object. |
DatabaseStatementBase::getQueryString |
function |
core/includes/database/database.inc |
Gets the query string of this statement. |