ConnectionRegistry::getConnection |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ConnectionRegistry.php |
Gets the named connection. |
QueueDatabaseFactory::$connection |
property |
drupal/core/lib/Drupal/Core/Queue/QueueDatabaseFactory.php |
The database connection. |
ConnectionUnitTest::$originalCount |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionUnitTest.php |
|
Connection::POSTGRESQL_NEXTID_LOCK |
constant |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php |
The name by which to obtain a lock for retrive the next insert id. |
ConnectionRegistry::getConnections |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ConnectionRegistry.php |
Gets an array of all registered connections |
StringDatabaseStorage::$connection |
property |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
The database connection. |
ConnectionUnitTest::getConnectionID |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionUnitTest.php |
Returns the connection ID of the current test connection. |
DatabaseBackendFactory::$connection |
property |
drupal/core/lib/Drupal/Core/Cache/DatabaseBackendFactory.php |
The database connection. |
Connection::$transactionalDDLSupport |
property |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Whether this database connection supports transactional DDL. |
ConnectionUnitTest::assertConnection |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionUnitTest.php |
Asserts that a connection ID exists. |
Connection::supportsTransactionalDDL |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Determines if this driver supports transactional DDL. |
DatabaseFileUsageBackend::$connection |
property |
drupal/core/modules/file/lib/Drupal/file/FileUsage/DatabaseFileUsageBackend.php |
The database connection used to store file usage information. |
Connection::sqlFunctionSubstringIndex |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php |
SQLite compatibility implementation for the SUBSTRING_INDEX() SQL function. |
ConnectionTest::testConnectionRouting |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionTest.php |
Tests that connections return appropriate connection objects. |
ConnectionTest::testConnectionClosing |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionTest.php |
Tests the closing of a database connection. |
ConnectionTest::testConnectionOptions |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionTest.php |
Tests the connection options of the active database. |
AbstractManagerRegistry::$connections |
property |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php |
|
MockTestConnection::$connectionString |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/FileTransfer/MockTestConnection.php |
|
DatabaseStorageExpirable::$connection |
property |
drupal/core/lib/Drupal/Core/KeyValueStore/DatabaseStorageExpirable.php |
The connection object for this storage. |
Connection::popCommittableTransactions |
function |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Connection.php |
Overridden to work around issues to MySQL not supporting transactional DDL. |
ConnectionUnitTest::assertNoConnection |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionUnitTest.php |
Asserts that a connection ID does not exist. |
ConnectionUnitTest::testOpenQueryClose |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionUnitTest.php |
Tests Database::closeConnection() with a query. |
ConnectionUnitTest::testConnectionOpen |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionUnitTest.php |
Tests pdo options override. |
Connection::popCommittableTransactions |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Internal function: commit all the transaction layers that can commit. |
Connection::generateTemporaryTableName |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Generates a temporary table name. |
AbstractManagerRegistry::getConnection |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php |
Gets the named connection. |
ConnectionRegistry::getConnectionNames |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ConnectionRegistry.php |
Gets all connection names. |
AbstractManagerRegistry::getConnections |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php |
Gets an array of all registered connections |
FormTest::testFormStateDatabaseConnection |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormTest.php |
Tests a form with a form state storing a database connection. |
_authorize_filetransfer_connection_settings |
function |
drupal/core/includes/authorize.inc |
Generates the Form API array for a given connection backend's settings. |
AbstractManagerRegistry::$defaultConnection |
property |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php |
|
AbstractManagerRegistry::getConnectionNames |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php |
Gets all connection names. |
ConnectionUnitTest::testOpenSelectQueryClose |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionUnitTest.php |
Tests Database::closeConnection() with a select query. |
ConnectionRegistry::getDefaultConnectionName |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ConnectionRegistry.php |
Gets the default connection name. |
ConnectionTest::testConnectionRoutingOverride |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionTest.php |
Tests that connections return appropriate connection objects. |
LoggingTest::testEnableMultiConnectionLogging |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/LoggingTest.php |
Tests that we can log queries separately on different connections. |
ConnectionUnitTest::testOpenQueryPrefetchClose |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionUnitTest.php |
Tests Database::closeConnection() with a query and custom prefetch method. |
ConnectionUnitTest::testConnectionSerialization |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionUnitTest.php |
Tests the serialization and unserialization of a database connection. |
AbstractManagerRegistry::getDefaultConnectionName |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php |
Gets the default connection name. |
_authorize_filetransfer_connection_settings_set_defaults |
function |
drupal/core/includes/authorize.inc |
Sets the default settings on a file transfer connection form recursively. |