DatabaseStorage::$connection |
property |
drupal/core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php |
The database connection. |
ConnectionUnitTest::$monitor |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionUnitTest.php |
|
DatabaseStorage::$connection |
property |
drupal/core/lib/Drupal/Core/Config/DatabaseStorage.php |
The database connection. |
Connection::makeSequenceName |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Creates the appropriate sequence name for a given table and serial field. |
DatabaseBackend::$connection |
property |
drupal/core/lib/Drupal/Core/Flood/DatabaseBackend.php |
The database connection used to store flood event information. |
Connection::transactionDepth |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Determines current transaction depth. |
Connection::startTransaction |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Returns a new DatabaseTransaction object on this connection. |
ConnectionNotDefinedException |
class |
drupal/core/lib/Drupal/Core/Database/ConnectionNotDefinedException.php |
Exception thrown if an undefined database connection is requested. |
Database::setActiveConnection |
function |
drupal/core/lib/Drupal/Core/Database/Database.php |
Sets the active connection to the specified key. |
Database::parseConnectionInfo |
function |
drupal/core/lib/Drupal/Core/Database/Database.php |
Process the configuration file for database information. |
TempStoreFactory::$connection |
property |
drupal/core/modules/user/lib/Drupal/user/TempStoreFactory.php |
The connection object used for this data. |
Connection::$savepointSupport |
property |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php |
Whether this database connection supports savepoints. |
Connection::sqlFunctionConcat |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php |
SQLite compatibility implementation for the CONCAT() SQL function. |
Connection::DATABASE_NOT_FOUND |
constant |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Connection.php |
Error code for "Unknown database" error. |
ServiceReferenceGraph::connect |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraph.php |
Connects 2 nodes together in the Graph. |
Connection::DATABASE_NOT_FOUND |
constant |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php |
Error code for "Unable to open database file" error. |
Connection::$attachedDatabases |
property |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php |
All databases attached to the current database. This is used to allow
prefixes to be safely handled without locking the table |
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. |