Search for connection
- Search 7.x for connection
- Search 9.5.x for connection
- Search 10.3.x for connection
- Search 11.x for connection
- Other projects
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| Connection | class | core/ |
SQlite Connection class that can log executed queries. |
| Connection | class | core/ |
MySQL Connection class that can log executed queries. |
| Connection | class | core/ |
PostgreSQL Connection class that can log executed queries. |
| 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/ |
|
| Connection | class | core/ |
|
| Connection | class | core/ |
|
| Connection | class | core/ |
A fake Connection class for testing purposes. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| ConnectionTest::testMultipleStatementsForNewPhp | function | core/ |
Ensure that you cannot execute multiple statements on MySQL. |
| ConnectionTest::testPostgresqlReservedWords | function | core/ |
Test the escapeTable(), escapeField() and escapeAlias() methods with all possible reserved words in PostgreSQL. |
| ConnectionTest::testPrefixRoundTrip | function | core/ |
Exercise setPrefix() and tablePrefix(). |
| ConnectionTest::testPrefixTables | function | core/ |
Exercise the prefixTables() method. |
| ConnectionTest::testQueryTrim | function | core/ |
Test rtrim() of query strings. |
| ConnectionTest::testSchema | function | core/ |
Test Connection::schema(). |
| ConnectionUnitTest | class | core/ |
Tests management of database connections. |
| ConnectionUnitTest.php | file | core/ |
|
| ConnectionUnitTest::$connection | property | core/ |
The default database connection used for testing. |
| ConnectionUnitTest::$monitor | property | core/ |
A database connection used for monitoring processes. |
| ConnectionUnitTest::addConnection | function | core/ |
Adds a new database connection info to Database. |
| ConnectionUnitTest::assertConnection | function | core/ |
Asserts that a connection ID exists. |
| ConnectionUnitTest::assertNoConnection | function | core/ |
Asserts that a connection ID does not exist. |
| ConnectionUnitTest::getConnectionId | function | core/ |
Returns the connection ID of the current test connection. |
| ConnectionUnitTest::setUp | function | core/ |
|
| ConnectionUnitTest::testConnectionOpen | function | core/ |
Tests pdo options override. |
| ConnectionUnitTest::testOpenClose | function | core/ |
Tests Database::closeConnection() without query. |
| ConnectionUnitTest::testOpenQueryClose | function | core/ |
Tests Database::closeConnection() with a query. |
| ConnectionUnitTest::testOpenQueryPrefetchClose | function | core/ |
Tests Database::closeConnection() with a query and custom prefetch method. |
| ConnectionUnitTest::testOpenSelectQueryClose | function | core/ |
Tests Database::closeConnection() with a select query. |
| ConnectionUnitTest::TEST_TARGET_CONNECTION | constant | core/ |
A target connection identifier to be used for testing. |
| Cookie::$connection | property | core/ |
The database connection. |
| CronQueueTest::$connection | property | core/ |
The database connection. |
| Database::$connections | property | core/ |
An nested array of all active connections. It is keyed by database name and target. |
| Database::addConnectionInfo | function | core/ |
Adds database connection information for a given key/target. |
| Database::closeConnection | function | core/ |
Closes a connection to the server specified by the given key and target. |
| Database::convertDbUrlToConnectionInfo | function | core/ |
Converts a URL to a database connection info array. |
| Database::getAllConnectionInfo | function | core/ |
Gets connection information for all available databases. |
| Database::getConnection | function | core/ |
Gets the connection object for the specified database key and target. |
| Database::getConnectionInfo | function | core/ |
Gets information on the specified database connection. |
| Database::getConnectionInfoAsUrl | function | core/ |
Gets database connection info as a URL. |
| Database::isActiveConnection | function | core/ |
Determines if there is an active connection. |
| Database::openConnection | function | core/ |
Opens a connection to the server specified by the given key and target. |
| Database::parseConnectionInfo | function | core/ |
Process the configuration file for database information. |
| Database::removeConnection | function | core/ |
Remove a connection and its corresponding connection information. |
| Database::renameConnection | function | core/ |
Rename a connection and its corresponding connection information. |
| Database::setActiveConnection | function | core/ |
Sets the active connection to the specified key. |
| Database::setMultipleConnectionInfo | function | core/ |
Sets connection information for multiple databases. |
| DatabaseBackend::$connection | property | core/ |
The database connection used to store flood event information. |
| DatabaseBackend::$connection | property | core/ |
The database connection. |
| DatabaseBackendFactory::$connection | property | core/ |
The database connection. |
| DatabaseCacheTagsChecksum::$connection | property | core/ |
The database connection. |
| DatabaseCacheTagsChecksum::getDatabaseConnection | function | core/ |
Returns the database connection. |
| DatabaseFileUsageBackend::$connection | property | core/ |
The database connection used to store file usage information. |
| DatabaseQueue::$connection | property | core/ |
The database connection. |
| DatabaseStorage::$connection | property | core/ |
The database connection. |
| DatabaseStorage::$connection | property | core/ |
The database connection. |
| DatabaseTestBase::$connection | property | core/ |
The database connection for testing. |
| DatabaseTestController::$connection | property | core/ |
The database connection. |
| DbCommandBase::getDatabaseConnection | function | core/ |
Parse input options decide on a database. |
Pagination
- Previous page
- Page 6
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.