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. |
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 specifiers. |
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 |
Implements QueryConditionInterface::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. |
DatabaseTasks::checkUtf8mb4 |
function |
core/includes/install.inc |
Check the engine version. |
DatabaseInvalidDataTestCase |
class |
core/modules/simpletest/tests/database_test.test |
Test invalid data handling. |
DatabaseTransactionTestCase |
class |
core/modules/simpletest/tests/database_test.test |
Test transaction support, particularly nesting. |
DatabaseStatementEmpty::key |
function |
core/includes/database/database.inc |
|
DatabaseTasks::hasPdoDriver |
function |
core/includes/install.inc |
Ensure the PDO driver is supported by the version of PHP in use. |
_system_rebuild_module_data |
function |
core/modules/system/system.module |
Helper function to scan and collect module .info data. |
DatabaseTasks::runTestQuery |
function |
core/includes/install.inc |
Run SQL tests to ensure the database can execute commands with the current user. |
ConfigDatabaseStorage::read |
function |
core/includes/config.inc |
Reads configuration data from the storage. |
config_config_data_validate |
function |
core/modules/config/config.module |
Implements hook_config_data_validate(). |
DatabaseSchema::$connection |
property |
core/includes/database/schema.inc |
The current database connection. |
DatabaseSchema::__construct |
function |
core/includes/database/schema.inc |
|