DatabaseConnection::select |
function |
includes/database/database.inc |
Prepares and returns a SELECT query object. |
DatabaseExtraTypesTestCase |
class |
modules/simpletest/tests/database_test.test |
Test proposed new data types for the schema API. |
DatabaseSchema::findTables |
function |
includes/database/schema.inc |
Find all tables that are like the specified base table name. |
hook_views_ajax_data_alter |
function |
modules/views/views.api.php |
This hook allows to alter the commands which are used on a views ajax
request. |
DatabaseStatementInterface |
interface |
includes/database/database.inc |
Represents a prepared statement. |
DatabaseTestCase::$profile |
property |
modules/simpletest/tests/database_test.test |
The profile to install as a basis for testing. |
DatabaseConnection::setKey |
function |
includes/database/database.inc |
Tells this connection object what its key is. |
Database::removeConnection |
function |
includes/database/database.inc |
Remove a connection and its corresponding connection information. |
backdrop_get_database_list |
function |
includes/install.inc |
|
DatabaseConnection::delete |
function |
includes/database/database.inc |
Prepares and returns a DELETE query object. |
DatabaseConnection::driver |
function |
includes/database/database.inc |
Returns the type of database driver. |
date_field_views_data_alter |
function |
modules/date/date.module |
Implements hook_field_views_data_alter(). |
DatabaseLog::$connectionKey |
property |
includes/database/log.inc |
The connection key for which this object is logging. |
filter_config_data_validate |
function |
modules/filter/filter.module |
Implements hook_config_data_validate(). |
config_config_data_validate |
function |
modules/config/config.module |
Implements hook_config_data_validate(). |
ConfigDatabaseStorage::read |
function |
drivers/config_database/config_database_storage.inc |
Reads configuration data from the storage. |
DatabaseConnection::version |
function |
includes/database/database.inc |
Returns the version of the database server. |
Database::addConnectionInfo |
function |
includes/database/database.inc |
Adds database connection information for a given key/target. |
SelectQuery::$alterMetaData |
property |
includes/database/select.inc |
A list of arbitrary metadata that may be attached to the query. |
DatabaseStatementEmpty::key |
function |
includes/database/database.inc |
|
_system_rebuild_module_data |
function |
modules/system/system.module |
Helper function to scan and collect module .info data. |
DatabaseBasicSyntaxTestCase |
class |
modules/simpletest/tests/database_test.test |
Test how the current database driver interprets the SQL syntax. |
Database::getConnectionInfo |
function |
includes/database/database.inc |
Gets information on the specified database connection. |
DatabaseConnection::$target |
property |
includes/database/database.inc |
The database target this connection is for. |
DatabaseTransactionTestCase |
class |
modules/simpletest/tests/database_test.test |
Test transaction support, particularly nesting. |
BACKDROP_BOOTSTRAP_DATABASE |
constant |
includes/bootstrap.inc |
Third bootstrap phase: initialize database layer. |
system_menu_tree_block_data |
function |
modules/system/system.menu.inc |
Gets the data structure representing a menu tree for the given configuration. |
BackdropDatabaseCache::$bin |
property |
drivers/cache_database/cache_database.inc |
|
DatabaseConnection::$logger |
property |
includes/database/database.inc |
The current database logging object for this connection. |
DatabaseConnection::$schema |
property |
includes/database/database.inc |
The schema object for this connection. |
DatabaseConnection::prepare |
function |
includes/database/database.inc |
Provides a pass-through to the PDO prepare method. |
DatabaseCondition::compiled |
function |
includes/database/query.inc |
Implements QueryConditionInterface::compiled(). |
DatabaseTasks::checkUtf8mb4 |
function |
includes/install.inc |
Check the engine version. |
DatabaseTasks::runTestQuery |
function |
includes/install.inc |
Run SQL tests to ensure the database can execute commands with the current user. |
DatabaseInvalidDataTestCase |
class |
modules/simpletest/tests/database_test.test |
Test invalid data handling. |
DatabaseCondition::$changed |
property |
includes/database/query.inc |
Whether the conditions have been changed. |
layout_upgrade_database.php |
file |
modules/layout/tests/layout_upgrade_database.php |
Database additions for Layout upgrade tests. Used in layout.test. |
DatabaseSchema::createTable |
function |
includes/database/schema.inc |
Create a new table from a Backdrop table definition. |
DatabaseSchema::changeField |
function |
includes/database/schema.inc |
Change a field definition. |
DatabaseTasks::hasPdoDriver |
function |
includes/install.inc |
Ensure the PDO driver is supported by the version of PHP in use. |
DatabaseSchema::indexExists |
function |
includes/database/schema.inc |
Checks if an index exists in the given table. |
config_database_storage.inc |
file |
drivers/config_database/config_database_storage.inc |
|
EntityFieldQuery::$metaData |
property |
modules/entity/entity.query.inc |
A list of metadata added to this query. |
DatabaseSchema::renameTable |
function |
includes/database/schema.inc |
Rename a table. |
DatabaseSchema::fieldExists |
function |
includes/database/schema.inc |
Check if a column exists in the given table. |
DatabaseSchema::tableExists |
function |
includes/database/schema.inc |
Check if a table exists. |
DatabaseSchema::__construct |
function |
includes/database/schema.inc |
|
DatabaseStatementBase::$dbh |
property |
includes/database/database.inc |
Reference to the database connection object for this statement. |
DatabaseSchema::$connection |
property |
includes/database/schema.inc |
The current database connection. |
DatabaseConnection::destroy |
function |
includes/database/database.inc |
Destroys this Connection object. |