Search for connect
- Search 7.x for connect
- Search 9.5.x for connect
- Search 10.3.x for connect
- Search 11.x for connect
- Other projects
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.