| 
            DatabaseConnection::delete           | 
                  
            function           | 
                  
            core/includes/database/database.inc           | 
                  
            Prepares and returns a DELETE query object.           | 
              
          
                  | 
            DatabaseConnection::schema           | 
                  
            function           | 
                  
            core/includes/database/database.inc           | 
                  
            Returns a DatabaseSchema object for manipulating the schema.           | 
              
          
                  | 
            DatabaseConnection::driver           | 
                  
            function           | 
                  
            core/includes/database/database.inc           | 
                  
            Returns the type of database driver.           | 
              
          
                  | 
            DatabaseCondition::compile           | 
                  
            function           | 
                  
            core/includes/database/query.inc           | 
                  
            Compiles the saved conditions for later retrieval.           | 
              
          
                  | 
            DatabaseCondition::__clone           | 
                  
            function           | 
                  
            core/includes/database/query.inc           | 
                  
            PHP magic __clone() method.           | 
              
          
                  | 
            DatabaseConnection::commit           | 
                  
            function           | 
                  
            core/includes/database/database.inc           | 
                  
            Throws an exception to deny direct access to transaction commits.           | 
              
          
                  | 
            DatabaseConnection::nextId           | 
                  
            function           | 
                  
            core/includes/database/database.inc           | 
                  
            Retrieves an unique id from a given sequence.           | 
              
          
                  | 
            Database::RETURN_STATEMENT           | 
                  
            constant           | 
                  
            core/includes/database/database.inc           | 
                  
            Flag to indicate a query call should return the prepared statement.           | 
              
          
                  | 
            Database::RETURN_INSERT_ID           | 
                  
            constant           | 
                  
            core/includes/database/database.inc           | 
                  
            Flag to indicate a query call should return the "last insert id".           | 
              
          
                  | 
            Database::renameConnection           | 
                  
            function           | 
                  
            core/includes/database/database.inc           | 
                  
            Rename a connection and its corresponding connection information.           | 
              
          
                  | 
            Database::removeConnection           | 
                  
            function           | 
                  
            core/includes/database/database.inc           | 
                  
            Remove a connection and its corresponding connection information.           | 
              
          
                  | 
            DatabaseTransaction::$name           | 
                  
            property           | 
                  
            core/includes/database/database.inc           | 
                  
            The name of the transaction.           | 
              
          
                  | 
            hook_views_ajax_data_alter           | 
                  
            function           | 
                  
            core/modules/views/views.api.php           | 
                  
            This hook allows to alter the commands which are used on a views ajax
request.           | 
              
          
                  | 
            DatabaseRegressionTestCase           | 
                  
            class           | 
                  
            core/modules/simpletest/tests/database_test.test           | 
                  
            Regression tests.           | 
              
          
                  | 
            DatabaseStatementInterface           | 
                  
            interface           | 
                  
            core/includes/database/database.inc           | 
                  
            Represents a prepared statement.           | 
              
          
                  | 
            DatabaseRangeQueryTestCase           | 
                  
            class           | 
                  
            core/modules/simpletest/tests/database_test.test           | 
                  
            Range query tests.           | 
              
          
                  | 
            DatabaseTasks::installable           | 
                  
            function           | 
                  
            core/includes/install.inc           | 
                  
            Check whether Backdrop is installable on the database.           | 
              
          
                  | 
            system_rebuild_module_data           | 
                  
            function           | 
                  
            core/modules/system/system.module           | 
                  
            Rebuild, save, and return data about all currently available modules.           | 
              
          
                  | 
            _system_rebuild_theme_data           | 
                  
            function           | 
                  
            core/modules/system/system.module           | 
                  
            Helper function to scan and collect theme .info data and their engines.           | 
              
          
                  | 
            BackupDatabase::postBackup           | 
                  
            function           | 
                  
            core/includes/backup/backup.database.inc           | 
                  
            Change a file after a backup is complete.           | 
              
          
                  | 
            BackupDatabase::preRestore           | 
                  
            function           | 
                  
            core/includes/backup/backup.database.inc           | 
                  
            Prepare a file for restoration.           | 
              
          
                  | 
            BackupDatabase::lockTables           | 
                  
            function           | 
                  
            core/includes/backup/backup.database.inc           | 
                  
            Lock the database in anticipation of a backup.           | 
              
          
                  | 
            DatabaseExtraTypesTestCase           | 
                  
            class           | 
                  
            core/modules/simpletest/tests/database_test.test           | 
                  
            Test proposed new data types for the schema API.           | 
              
          
                  | 
            DatabaseSchema::findTables           | 
                  
            function           | 
                  
            core/includes/database/schema.inc           | 
                  
            Find all tables that are like the specified base table name.           | 
              
          
                  | 
            DatabaseSchema::fieldNames           | 
                  
            function           | 
                  
            core/includes/database/schema.inc           | 
                  
            Return an array of field names from an array of key/index column map.           | 
              
          
                  | 
            DatabaseTestCase::$profile           | 
                  
            property           | 
                  
            core/modules/simpletest/tests/database_test.test           | 
                  
            The profile to install as a basis for testing.           | 
              
          
                  | 
            DatabaseConnectionTestCase           | 
                  
            class           | 
                  
            core/modules/simpletest/tests/database_test.test           | 
                  
            Test connection management.           | 
              
          
                  | 
            BackdropDatabaseCache::get           | 
                  
            function           | 
                  
            core/includes/cache.inc           | 
                  
            Implements BackdropCacheInterface::get().           | 
              
          
                  | 
            FieldViewsDataTest::$nodes           | 
                  
            property           | 
                  
            core/modules/field/tests/field_views.test           | 
                  
                       | 
              
          
                  | 
            FieldViewsDataTest::$users           | 
                  
            property           | 
                  
            core/modules/field/tests/field_views.test           | 
                  
                       | 
              
          
                  | 
            BackdropDatabaseCache::set           | 
                  
            function           | 
                  
            core/includes/cache.inc           | 
                  
            Implements BackdropCacheInterface::set().           | 
              
          
                  | 
            database_example_entry_load           | 
                  
            function           | 
                  
            modules/examples/database_example/database_example.module           | 
                  
            Reads from the database using a filter array.           | 
              
          
                  | 
            filter_config_data_validate           | 
                  
            function           | 
                  
            core/modules/filter/filter.module           | 
                  
            Implements hook_config_data_validate().           | 
              
          
                  | 
            DatabaseExampleUnitTestCase           | 
                  
            class           | 
                  
            modules/examples/database_example/tests/database_example.test           | 
                  
            Default test case for the Database Example module.           | 
              
          
                  | 
            DatabaseConnection::$target           | 
                  
            property           | 
                  
            core/includes/database/database.inc           | 
                  
            The database target this connection is for.           | 
              
          
                  | 
            DatabaseConnection::$logger           | 
                  
            property           | 
                  
            core/includes/database/database.inc           | 
                  
            The current database logging object for this connection.           | 
              
          
                  | 
            DatabaseConnection::$schema           | 
                  
            property           | 
                  
            core/includes/database/database.inc           | 
                  
            The schema object for this connection.           | 
              
          
                  | 
            DatabaseConnection::destroy           | 
                  
            function           | 
                  
            core/includes/database/database.inc           | 
                  
            Destroys this Connection object.           | 
              
          
                  | 
            DatabaseCondition::$changed           | 
                  
            property           | 
                  
            core/includes/database/query.inc           | 
                  
            Whether the conditions have been changed.           | 
              
          
                  | 
            DatabaseConnection::version           | 
                  
            function           | 
                  
            core/includes/database/database.inc           | 
                  
            Returns the version of the database server.           | 
              
          
                  | 
            BACKDROP_BOOTSTRAP_DATABASE           | 
                  
            constant           | 
                  
            core/includes/bootstrap.inc           | 
                  
            Third bootstrap phase: initialize database layer.           | 
              
          
                  | 
            DatabaseCondition::compiled           | 
                  
            function           | 
                  
            core/includes/database/query.inc           | 
                  
            Check whether a condition has been previously compiled.           | 
              
          
                  | 
            Database::addConnectionInfo           | 
                  
            function           | 
                  
            core/includes/database/database.inc           | 
                  
            Adds database connection information for a given key/target.           | 
              
          
                  | 
            Database::getConnectionInfo           | 
                  
            function           | 
                  
            core/includes/database/database.inc           | 
                  
            Gets information on the specified database connection.           | 
              
          
                  | 
            layout_upgrade_database.php           | 
                  
            file           | 
                  
            core/modules/layout/tests/layout_upgrade_database.php           | 
                  
            Database additions for Layout upgrade tests. Used in layout.test.           | 
              
          
                  | 
            system_menu_tree_block_data           | 
                  
            function           | 
                  
            core/modules/system/system.menu.inc           | 
                  
            Gets the data structure representing a menu tree for the given configuration.           | 
              
          
                  | 
            SelectQuery::$alterMetaData           | 
                  
            property           | 
                  
            core/includes/database/select.inc           | 
                  
            A list of arbitrary metadata that may be attached to the query.           | 
              
          
                  | 
            DatabaseStatementBase::$dbh           | 
                  
            property           | 
                  
            core/includes/database/database.inc           | 
                  
            Reference to the database connection object for this statement.           | 
              
          
                  | 
            date_field_views_data_alter           | 
                  
            function           | 
                  
            core/modules/date/date.module           | 
                  
            Implements hook_field_views_data_alter().           | 
              
          
                  | 
            DatabaseBasicSyntaxTestCase           | 
                  
            class           | 
                  
            core/modules/simpletest/tests/database_test.test           | 
                  
            Test how the current database driver interprets the SQL syntax.           |