|
DatabaseConnection::popCommittableTransactions |
function |
drupal-7.x/includes/database/database.inc |
Internal function: commit all the transaction layers that can commit. |
|
DatabaseConnection::generateTemporaryTableName |
function |
drupal-7.x/includes/database/database.inc |
Generates a temporary table name. |
|
DatabaseConnection_sqlite::sqlFunctionSubstring |
function |
drupal-7.x/includes/database/sqlite/database.inc |
SQLite compatibility implementation for the SUBSTRING() SQL function. |
|
DatabaseConnection_sqlite::mapConditionOperator |
function |
drupal-7.x/includes/database/sqlite/database.inc |
Gets any special processing requirements for the condition operator. |
|
DatabaseConnectionTestCase::testConnectionRouting |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
Test that connections return appropriate connection objects. |
|
DatabaseConnectionTestCase::testConnectionClosing |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
Tests the closing of a database connection. |
|
DatabaseConnectionTestCase::testConnectionOptions |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
Tests the connection options of the active database. |
|
DatabaseConnection_mysql::popCommittableTransactions |
function |
drupal-7.x/includes/database/mysql/database.inc |
Overridden to work around issues to MySQL not supporting transactional DDL. |
|
DatabaseConnection_sqlite::sqlFunctionSubstringIndex |
function |
drupal-7.x/includes/database/sqlite/database.inc |
SQLite compatibility implementation for the SUBSTRING_INDEX() SQL function. |
|
_authorize_filetransfer_connection_settings_set_defaults |
function |
drupal-7.x/includes/authorize.inc |
Sets the default settings on a file transfer connection form recursively. |
|
DatabaseConnectionTestCase::testConnectionRoutingOverride |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
Test that connections return appropriate connection objects. |
|
DatabaseLoggingTestCase::testEnableMultiConnectionLogging |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
Test that we can log queries separately on different connections. |