Connection::DATABASE_NOT_FOUND |
constant |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php |
Error code for "Unknown database" error. |
Connection::$transactionLayers |
property |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Tracks the number of "layers" of transactions currently active. |
Connection::$connectionOptions |
property |
drupal/core/lib/Drupal/Core/Database/Connection.php |
The connection information for this connection object. |
Connection::sqlFunctionGreatest |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php |
SQLite compatibility implementation for the GREATEST() SQL function. |
TestBase::getDatabaseConnection |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/TestBase.php |
Returns the database connection to the site running Simpletest. |
Connection::$transactionSupport |
property |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Whether this database connection supports transactions. |
Connection::$temporaryNameIndex |
property |
drupal/core/lib/Drupal/Core/Database/Connection.php |
An index used to generate unique temporary table names. |
Connection::mapConditionOperator |
function |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Connection.php |
Gets any special processing requirements for the condition operator. |
Connection::sqlFunctionSubstring |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php |
SQLite compatibility implementation for the SUBSTRING() SQL function. |
Connection::mapConditionOperator |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php |
Gets any special processing requirements for the condition operator. |
Connection::mapConditionOperator |
function |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php |
Gets any special processing requirements for the condition operator. |
Connection::getConnectionOptions |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Returns the connection information for this connection object. |
MockTestConnection::$commandsRun |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/FileTransfer/MockTestConnection.php |
|
Connection::supportsTransactions |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Determines if this driver supports transactions. |
Connection::mapConditionOperator |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Gets any special processing requirements for the condition operator. |
ConnectionNotDefinedException.php |
file |
drupal/core/lib/Drupal/Core/Database/ConnectionNotDefinedException.php |
Definition of Drupal\Core\Database\ConnectionNotDefinedException |
ConnectionRegistry::getConnection |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ConnectionRegistry.php |
Gets the named connection. |
ConnectionUnitTest::addConnection |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionUnitTest.php |
Adds a new database connection info to Database. |
ConnectionUnitTest::testOpenClose |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionUnitTest.php |
Tests Database::closeConnection() without query. |
MockTestConnection::flushCommands |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/FileTransfer/MockTestConnection.php |
|
ConnectionRegistry::getConnections |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ConnectionRegistry.php |
Gets an array of all registered connections |
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. |
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. |
ConnectionUnitTest::assertConnection |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionUnitTest.php |
Asserts that a connection ID exists. |
Connection::$transactionalDDLSupport |
property |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Whether this database connection supports transactional DDL. |
Connection::supportsTransactionalDDL |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Determines if this driver supports transactional DDL. |
AbstractManagerRegistry::$connections |
property |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php |
|
Connection::sqlFunctionSubstringIndex |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php |
SQLite compatibility implementation for the SUBSTRING_INDEX() SQL function. |
DatabaseStorageExpirable::$connection |
property |
drupal/core/lib/Drupal/Core/KeyValueStore/DatabaseStorageExpirable.php |
The connection object for this storage. |
DatabaseFileUsageBackend::$connection |
property |
drupal/core/modules/file/lib/Drupal/file/FileUsage/DatabaseFileUsageBackend.php |
The database connection used to store file usage information. |
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. |
MockTestConnection::$connectionString |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/FileTransfer/MockTestConnection.php |
|
AbstractManagerRegistry::getConnection |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php |
Gets the named connection. |
Connection::popCommittableTransactions |
function |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Connection.php |
Overridden to work around issues to MySQL not supporting transactional DDL. |
ConnectionRegistry::getConnectionNames |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ConnectionRegistry.php |
Gets all connection names. |
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. |
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::getConnections |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php |
Gets an array of all registered connections |
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. |
_authorize_filetransfer_connection_settings |
function |
drupal/core/includes/authorize.inc |
Generates the Form API array for a given connection backend's settings. |
ConnectionRegistry::getDefaultConnectionName |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ConnectionRegistry.php |
Gets the default connection name. |
ConnectionUnitTest::testOpenSelectQueryClose |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionUnitTest.php |
Tests Database::closeConnection() with a select query. |
LoggingTest::testEnableMultiConnectionLogging |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/LoggingTest.php |
Tests that we can log queries separately on different connections. |