PDOConnection::commit |
function |
core/modules/sqlite/src/Driver/Database/sqlite/PDOConnection.php |
|
PDOConnection::rollBack |
function |
core/modules/sqlite/src/Driver/Database/sqlite/PDOConnection.php |
|
PgsqlDriverLegacyTest::testDeprecationConnection |
function |
core/modules/pgsql/tests/src/Kernel/pgsql/PgsqlDriverLegacyTest.php |
@covers Drupal\Core\Database\Driver\pgsql\Connection |
PostgreSqlSequenceUpdateTest::$connection |
property |
core/modules/pgsql/tests/src/Functional/Database/PostgreSqlSequenceUpdateTest.php |
The database connection to use. |
Query::$connection |
property |
core/lib/Drupal/Core/Database/Query/Query.php |
The connection object on which to run this query. |
Query::$connection |
property |
core/lib/Drupal/Core/Entity/Query/Sql/Query.php |
|
Query::$connectionKey |
property |
core/lib/Drupal/Core/Database/Query/Query.php |
The key of the connection object. |
Query::$connectionTarget |
property |
core/lib/Drupal/Core/Database/Query/Query.php |
The target of the connection object. |
Query::getConnection |
function |
core/lib/Drupal/Core/Database/Query/Query.php |
Gets the database connection to be used for the query. |
QueryFactory::$connection |
property |
core/lib/Drupal/Core/Entity/Query/Sql/QueryFactory.php |
The database connection to use. |
QueueDatabaseFactory::$connection |
property |
core/lib/Drupal/Core/Queue/QueueDatabaseFactory.php |
The database connection. |
RouteProvider::$connection |
property |
core/lib/Drupal/Core/Routing/RouteProvider.php |
The database connection from which to read route information. |
Schema::$connection |
property |
core/lib/Drupal/Core/Database/Schema.php |
The database connection. |
SearchIndex::$connection |
property |
core/modules/search/src/SearchIndex.php |
The database connection. |
SelectExtender::$connection |
property |
core/lib/Drupal/Core/Database/Query/SelectExtender.php |
The connection object on which to run this query. |
SessionHandler::$connection |
property |
core/lib/Drupal/Core/Session/SessionHandler.php |
The database connection. |
SessionManager::$connection |
property |
core/lib/Drupal/Core/Session/SessionManager.php |
The database connection to use. |
ShortcutSetStorage::$connection |
property |
core/modules/shortcut/src/ShortcutSetStorage.php |
The database connection. |
SimpletestTestRunResultsStorage::getConnection |
function |
core/lib/Drupal/Core/Test/SimpletestTestRunResultsStorage.php |
Returns the database connection to use for inserting assertions. |
SimpletestTestRunResultsStorageTest::$connection |
property |
core/tests/Drupal/KernelTests/Core/Test/SimpletestTestRunResultsStorageTest.php |
The database connection for testing. |
Sql::getConnection |
function |
core/modules/views/src/Plugin/views/query/Sql.php |
Gets the database connection to use for the view. |
SqlBaseTest::testBrokenConnection |
function |
core/modules/migrate/tests/src/Kernel/SqlBaseTest.php |
Tests the exception when a connection is defined but not available. |
SqlBaseTest::testConnectionTypes |
function |
core/modules/migrate/tests/src/Kernel/SqlBaseTest.php |
Tests different connection types. |
SqlContentEntityStorageTest::$connection |
property |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
The database connection to use. |
SqliteDriverLegacyTest::testDeprecationConnection |
function |
core/modules/sqlite/tests/src/Kernel/sqlite/SqliteDriverLegacyTest.php |
@covers Drupal\Core\Database\Driver\sqlite\Connection |
SqlModeTest::getDatabaseConnectionInfo |
function |
core/modules/mysql/tests/src/Kernel/mysql/SqlModeTest.php |
Returns the Database connection info to be used for this test. |
SqlQueryTest::testGetConnection |
function |
core/modules/views/tests/src/Kernel/Plugin/SqlQueryTest.php |
Tests the method \Drupal\views\Plugin\views\query\Sql::getConnection(). |
StatementInterface::getConnectionTarget |
function |
core/lib/Drupal/Core/Database/StatementInterface.php |
Returns the target connection this statement is associated with. |
StatementPrefetch::$connection |
property |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
The Drupal database connection object. |
StatementPrefetch::$pdoConnection |
property |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
Reference to the PDO connection object for this statement. |
StatementPrefetch::getConnectionTarget |
function |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
Returns the target connection this statement is associated with. |
StatementPrefetchIterator::getConnectionTarget |
function |
core/lib/Drupal/Core/Database/StatementPrefetchIterator.php |
Returns the target connection this statement is associated with. |
StatementWrapper::$connection |
property |
core/lib/Drupal/Core/Database/StatementWrapper.php |
The Drupal database connection object. |
StatementWrapper::getConnectionTarget |
function |
core/lib/Drupal/Core/Database/StatementWrapper.php |
Returns the target connection this statement is associated with. |
StatementWrapperIterator::getConnectionTarget |
function |
core/lib/Drupal/Core/Database/StatementWrapperIterator.php |
Returns the target connection this statement is associated with. |
StringDatabaseStorage::$connection |
property |
core/modules/locale/src/StringDatabaseStorage.php |
The database connection. |
StringFilter::$connection |
property |
core/modules/views/src/Plugin/views/filter/StringFilter.php |
The database connection. |
StubConnection |
class |
core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php |
A stub of the abstract Connection class for testing purposes. |
StubConnection.php |
file |
core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php |
|
StubConnection::$driver |
property |
core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php |
Public property so we can test driver loading mechanism. |
StubConnection::$statementWrapperClass |
property |
core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php |
|
StubConnection::condition |
function |
core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php |
|
StubConnection::createDatabase |
function |
core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php |
|
StubConnection::databaseType |
function |
core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php |
|
StubConnection::delete |
function |
core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php |
|
StubConnection::driver |
function |
core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php |
|
StubConnection::exceptionHandler |
function |
core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php |
|
StubConnection::insert |
function |
core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php |
|
StubConnection::mapConditionOperator |
function |
core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php |
|
StubConnection::merge |
function |
core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php |
|