ConnectionUnitTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionUnitTest.php |
|
Connection::expandArguments |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Expands out shorthand placeholders. |
Connection::sqlFunctionRand |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php |
SQLite compatibility implementation for the RAND() SQL function. |
Connection::pushTransaction |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Increases the depth of transaction nesting. |
Connection::pushTransaction |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php |
Increases the depth of transaction nesting. |
Database::addConnectionInfo |
function |
drupal/core/lib/Drupal/Core/Database/Database.php |
Adds database connection information for a given key/target. |
Database::getConnectionInfo |
function |
drupal/core/lib/Drupal/Core/Database/Database.php |
Gets information on the specified database connection. |
AliasWhitelist::$connection |
property |
drupal/core/lib/Drupal/Core/Path/AliasWhitelist.php |
The database connection. |
SelectExtender::$connection |
property |
drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php |
The connection object on which to run this query. |
ConnectionUnitTest::$monitor |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionUnitTest.php |
|
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/Cache/DatabaseBackend.php |
The database connection. |
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. |
Database::isActiveConnection |
function |
drupal/core/lib/Drupal/Core/Database/Database.php |
Determines if there is an active connection. |
AssignOwnerNode::$connection |
property |
drupal/core/modules/node/lib/Drupal/node/Plugin/Action/AssignOwnerNode.php |
The database connection. |
DatabaseStorage::$connection |
property |
drupal/core/lib/Drupal/Core/Config/DatabaseStorage.php |
The database connection. |
DatabaseStorage::$connection |
property |
drupal/core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php |
The database connection. |
DatabaseBackend::$connection |
property |
drupal/core/lib/Drupal/Core/Flood/DatabaseBackend.php |
The database connection used to store flood event information. |
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. |
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. |
UserAutocomplete::$connection |
property |
drupal/core/modules/user/lib/Drupal/user/UserAutocomplete.php |
The database connection to query for the user names. |
Connection::DATABASE_NOT_FOUND |
constant |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/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::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. |
StatementPrefetch::$connection |
property |
drupal/core/lib/Drupal/Core/Database/StatementPrefetch.php |
Reference to the Drupal database connection object for this statement. |
ServiceReferenceGraph::connect |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraph.php |
Connects 2 nodes together in the Graph. |
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. |
TestBase::getDatabaseConnection |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/TestBase.php |
Returns the database connection to the site running Simpletest. |
Connection::sqlFunctionGreatest |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php |
SQLite compatibility implementation for the GREATEST() SQL function. |
Connection::mapConditionOperator |
function |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/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. |
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::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. |
Connection::mapConditionOperator |
function |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php |
Gets any special processing requirements for the condition operator. |
MockTestConnection::$commandsRun |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/FileTransfer/MockTestConnection.php |
|
ConnectionNotDefinedException.php |
file |
drupal/core/lib/Drupal/Core/Database/ConnectionNotDefinedException.php |
Definition of Drupal\Core\Database\ConnectionNotDefinedException |
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 |
|