Search for connection
- Search 7.x for connection
- Search 9.5.x for connection
- Search 8.9.x for connection
- Search 10.3.x for connection
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Connection | class | core/ |
SQLite implementation of \Drupal\Core\Database\Connection. |
Connection | class | core/ |
MySQL implementation of \Drupal\Core\Database\Connection. |
Connection | class | core/ |
MySQL test implementation of \Drupal\Core\Database\Connection. |
Connection | class | core/ |
MySQL test implementation of \Drupal\Core\Database\Connection. |
Connection | class | core/ |
PostgreSQL implementation of \Drupal\Core\Database\Connection. |
Connection | class | core/ |
PostgreSQL implementation of \Drupal\Core\Database\Connection. |
Connection | class | core/ |
CoreFake implementation of \Drupal\Core\Database\Connection. |
Connection | class | core/ |
CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\Connection. |
Connection | class | core/ |
|
Connection | class | core/ |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
SqlModeTest::getDatabaseConnectionInfo | function | core/ |
Returns the Database connection info to be used for this test. |
SqlQueryTest::testGetConnection | function | core/ |
Tests the method \Drupal\views\Plugin\views\query\Sql::getConnection(). |
StatementInterface::getConnectionTarget | function | core/ |
Returns the target connection this statement is associated with. |
StatementPrefetchIterator::getConnectionTarget | function | core/ |
Returns the target connection this statement is associated with. |
StatementWrapperIterator::getConnectionTarget | function | core/ |
Returns the target connection this statement is associated with. |
StringDatabaseStorage::$connection | property | core/ |
The database connection. |
StringFilter::$connection | property | core/ |
The database connection. |
StubConnection | class | core/ |
A stub of the abstract Connection class for testing purposes. |
StubConnection.php | file | core/ |
|
StubConnection::$driver | property | core/ |
Public property so we can test driver loading mechanism. |
StubConnection::$statementWrapperClass | property | core/ |
The name of the StatementWrapper class for this connection. |
StubConnection::condition | function | core/ |
Prepares and returns a CONDITION query object. |
StubConnection::createDatabase | function | core/ |
Creates a database. |
StubConnection::databaseType | function | core/ |
Returns the name of the database engine accessed by this driver. |
StubConnection::driver | function | core/ |
Returns the type of database driver. |
StubConnection::exceptionHandler | function | core/ |
Returns the database exceptions handler. |
StubConnection::mapConditionOperator | function | core/ |
Gets any special processing requirements for the condition operator. |
StubConnection::open | function | core/ |
Opens a client connection. |
StubConnection::queryRange | function | core/ |
Runs a limited-range query on this database object. |
StubConnection::schema | function | core/ |
Returns a DatabaseSchema object for manipulating the schema. |
StubConnection::testLogCaller | function | core/ |
Helper method to test database classes are not included in backtraces. |
StubConnection::upsert | function | core/ |
Prepares and returns an UPSERT query object. |
StubConnection::__construct | function | core/ |
Constructs a Connection object. |
SysLog::$connectionOpened | property | core/ |
Stores whether there is a system logger connection opened or not. |
SysLog::openConnection | function | core/ |
Opens a connection to the system logger. |
Tasks::getConnection | function | core/ |
Returns the database connection. |
Tasks::isConnectionActive | function | core/ |
Determines if there is an active connection. |
TemporaryQueryTestBase::getConnection | function | core/ |
Returns the connection. |
TestRunTest::$connection | property | core/ |
The database connection for testing. |
TestSetupTraitTest::testGetDatabaseConnection | function | core/ |
@covers ::getDatabaseConnection @group legacy |
TransactionManagerBase::$connectionTransactionState | property | core/ |
The state of the underlying client connection transaction. |
TransactionManagerBase::getConnectionTransactionState | function | core/ |
Gets the state of the client connection transaction. |
TransactionManagerBase::setConnectionTransactionState | function | core/ |
Sets the state of the client connection transaction. |
UncaughtExceptionTest::testLostDatabaseConnection | function | core/ |
Tests the case when the database connection is gone. |
UrlConversionTest::providerConvertDbUrlToConnectionInfo | function | core/ |
Data provider for testDbUrlToConnectionConversion(). |
UrlConversionTest::providerGetConnectionInfoAsUrl | function | core/ |
Data provider for testGetConnectionInfoAsUrl(). |
UrlConversionTest::providerInvalidArgumentGetConnectionInfoAsUrl | function | core/ |
Data provider for testGetInvalidArgumentGetConnectionInfoAsUrl(). |
UrlConversionTest::testDbUrlToConnectionConversion | function | core/ |
@covers ::convertDbUrlToConnectionInfo |
UrlConversionTest::testGetConnectionInfoAsUrl | function | core/ |
@covers ::getConnectionInfoAsUrl |
UrlConversionTest::testGetInvalidArgumentGetConnectionInfoAsUrl | function | core/ |
Tests ::getConnectionInfoAsUrl() exception for invalid arguments. |
UserData::$connection | property | core/ |
The database connection to use. |
UserSelection::$connection | property | core/ |
The database connection. |
Y2038TimestampUpdateTest::$connection | property | core/ |
The database. |
Pagination
- Previous page
- Page 10
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.