DatabaseConnection_sqlite::pushTransaction |
function |
drupal/includes/database/sqlite/database.inc |
Increases the depth of transaction nesting. |
_authorize_filetransfer_connection_settings |
function |
drupal/includes/authorize.inc |
Generates the Form API array for a given connection backend's settings. |
DatabaseConnection::supportsTransactionalDDL |
function |
drupal/includes/database/database.inc |
Determines if this driver supports transactional DDL. |
DatabaseConnection_mysql::utf8mb4IsSupported |
function |
drupal/includes/database/mysql/database.inc |
Checks whether utf8mb4 support is available on the current database system. |
DatabaseConnection_pgsql::utf8mb4IsSupported |
function |
drupal/includes/database/pgsql/database.inc |
Checks whether utf8mb4 support is available on the current database system. |
DatabaseConnection_sqlite::$savepointSupport |
property |
drupal/includes/database/sqlite/database.inc |
Whether this database connection supports savepoints. |
ConnectionUnitTest::testOpenSelectQueryClose |
function |
drupal/modules/simpletest/tests/database_test.test |
Tests Database::closeConnection() with a select query. |
DatabaseConnection_sqlite::sqlFunctionConcat |
function |
drupal/includes/database/sqlite/database.inc |
SQLite compatibility implementation for the CONCAT() SQL function. |
DatabaseConnection::$transactionalDDLSupport |
property |
drupal/includes/database/database.inc |
Whether this database connection supports transactional DDL. |
DatabaseConnection_sqlite::utf8mb4IsSupported |
function |
drupal/includes/database/sqlite/database.inc |
Checks whether utf8mb4 support is available on the current database system. |
DatabaseConnection_sqlite::$attachedDatabases |
property |
drupal/includes/database/sqlite/database.inc |
All databases attached to the current database. This is used to allow
prefixes to be safely handled without locking the table |
DatabaseConnection::popCommittableTransactions |
function |
drupal/includes/database/database.inc |
Internal function: commit all the transaction layers that can commit. |
DatabaseConnection::generateTemporaryTableName |
function |
drupal/includes/database/database.inc |
Generates a temporary table name. |
DatabaseConnection_mysql::mapConditionOperator |
function |
drupal/includes/database/mysql/database.inc |
Gets any special processing requirements for the condition operator. |
DatabaseConnection_pgsql::mapConditionOperator |
function |
drupal/includes/database/pgsql/database.inc |
Gets any special processing requirements for the condition operator. |
ConnectionUnitTest::testOpenQueryPrefetchClose |
function |
drupal/modules/simpletest/tests/database_test.test |
Tests Database::closeConnection() with a query and custom prefetch method. |
DatabaseConnection_sqlite::sqlFunctionGreatest |
function |
drupal/includes/database/sqlite/database.inc |
SQLite compatibility implementation for the GREATEST() SQL function. |
DatabaseConnection_mysql::utf8mb4IsConfigurable |
function |
drupal/includes/database/mysql/database.inc |
Checks whether utf8mb4 support is configurable in settings.php. |
DatabaseConnection_sqlite::sqlFunctionSubstring |
function |
drupal/includes/database/sqlite/database.inc |
SQLite compatibility implementation for the SUBSTRING() SQL function. |
DatabaseConnection_sqlite::mapConditionOperator |
function |
drupal/includes/database/sqlite/database.inc |
Gets any special processing requirements for the condition operator. |
DatabaseConnectionTestCase::testConnectionRouting |
function |
drupal/modules/simpletest/tests/database_test.test |
Test that connections return appropriate connection objects. |
DatabaseConnectionTestCase::testConnectionClosing |
function |
drupal/modules/simpletest/tests/database_test.test |
Tests the closing of a database connection. |
DatabaseConnectionTestCase::testConnectionOptions |
function |
drupal/modules/simpletest/tests/database_test.test |
Tests the connection options of the active database. |
DatabaseConnection_mysql::popCommittableTransactions |
function |
drupal/includes/database/mysql/database.inc |
Overridden to work around issues to MySQL not supporting transactional DDL. |
DatabaseConnection_sqlite::sqlFunctionSubstringIndex |
function |
drupal/includes/database/sqlite/database.inc |
SQLite compatibility implementation for the SUBSTRING_INDEX() SQL function. |
_authorize_filetransfer_connection_settings_set_defaults |
function |
drupal/includes/authorize.inc |
Sets the default settings on a file transfer connection form recursively. |
DatabaseLoggingTestCase::testEnableMultiConnectionLogging |
function |
drupal/modules/simpletest/tests/database_test.test |
Test that we can log queries separately on different connections. |
DatabaseConnectionTestCase::testConnectionRoutingOverride |
function |
drupal/modules/simpletest/tests/database_test.test |
Test that connections return appropriate connection objects. |