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 |
|---|---|---|---|
| Connection::transactionDepth | function | core/ |
Determines the current transaction depth. |
| Connection::truncate | function | core/ |
Prepares and returns a TRUNCATE query object. |
| Connection::UNKNOWN_CHARSET | constant | core/ |
Driver-specific error code for "Unknown character set" error. |
| Connection::UNSUPPORTED_CHARSET | constant | core/ |
Error code for "Can't initialize character set" error. |
| Connection::update | function | core/ |
Prepares and returns an UPDATE query object. |
| Connection::upsert | function | core/ |
Prepares and returns an UPSERT query object. |
| Connection::upsert | function | core/ |
Prepares and returns an UPSERT query object. |
| Connection::version | function | core/ |
Returns the version of the database server. |
| Connection::version | function | core/ |
Returns the version of the database server. |
| Connection::__construct | function | core/ |
Constructs a Connection object. |
| Connection::__construct | function | core/ |
Constructs a \Drupal\Core\Database\Driver\sqlite\Connection object. |
| Connection::__construct | function | core/ |
Constructs a Connection object. |
| Connection::__construct | function | core/ |
Constructs a connection object. |
| Connection::__construct | function | core/ |
Constructs a Connection object. |
| Connection::__destruct | function | core/ |
Destructor for the SQLite connection. |
| Connection::__destruct | function | core/ |
|
| Connection::__sleep | function | core/ |
Prevents the database connection from being serialized. |
| ConnectionFailureTest | class | core/ |
Tests logging of connection failures. |
| ConnectionFailureTest.php | file | core/ |
|
| ConnectionFailureTest::$modules | property | core/ |
Modules to enable. |
| ConnectionFailureTest::testConnectionFailureLogging | function | core/ |
Tests logging of connection failures. |
| ConnectionNotDefinedException | class | core/ |
Exception thrown if an undefined database connection is requested. |
| ConnectionNotDefinedException.php | file | core/ |
|
| ConnectionTest | class | core/ |
@coversDefaultClass \Drupal\Core\Database\Driver\sqlite\Connection[[api-linebreak]] @group Database |
| ConnectionTest | class | core/ |
Tests of the core database system. |
| ConnectionTest | class | core/ |
Tests the Connection class. |
| ConnectionTest.php | file | core/ |
|
| ConnectionTest.php | file | core/ |
|
| ConnectionTest.php | file | core/ |
|
| ConnectionTest::provideQueriesToTrim | function | core/ |
Dataprovider for testQueryTrim(). |
| ConnectionTest::providerCreateConnectionOptionsFromUrl | function | core/ |
Data provider for testCreateConnectionOptionsFromUrl. |
| ConnectionTest::providerEscapeMethods | function | core/ |
Dataprovider for testEscapeMethods(). |
| ConnectionTest::providerFilterComments | function | core/ |
Dataprovider for testFilterComments(). |
| ConnectionTest::providerGetDriverClass | function | core/ |
Dataprovider for testGetDriverClass(). |
| ConnectionTest::providerMakeComments | function | core/ |
Dataprovider for testMakeComments(). |
| ConnectionTest::providerPrefixRoundTrip | function | core/ |
Dataprovider for testPrefixRoundTrip(). |
| ConnectionTest::providerSchema | function | core/ |
Dataprovider for testSchema(). |
| ConnectionTest::providerTestPrefixTables | function | core/ |
Dataprovider for testPrefixTables(). |
| ConnectionTest::testCondition | function | core/ |
Test that the method ::condition() returns a Condition object. |
| ConnectionTest::testConnectionClosing | function | core/ |
Tests the closing of a database connection. |
| ConnectionTest::testConnectionOptions | function | core/ |
Tests the connection options of the active database. |
| ConnectionTest::testConnectionRouting | function | core/ |
Tests that connections return appropriate connection objects. |
| ConnectionTest::testConnectionRoutingOverride | function | core/ |
Tests that connections return appropriate connection objects. |
| ConnectionTest::testCreateConnectionOptionsFromUrl | function | core/ |
@covers ::createConnectionOptionsFromUrl[[api-linebreak]] @dataProvider providerCreateConnectionOptionsFromUrl |
| ConnectionTest::testDestroy | function | core/ |
Test Connection::destroy(). |
| ConnectionTest::testEscapeMethods | function | core/ |
Test the various escaping methods. |
| ConnectionTest::testFilterComments | function | core/ |
Test Connection::filterComments(). |
| ConnectionTest::testGetDriverClass | function | core/ |
Test getDriverClass(). |
| ConnectionTest::testMakeComments | function | core/ |
Test Connection::makeComments(). |
| ConnectionTest::testMultipleStatements | function | core/ |
Ensure that you cannot execute multiple statements. |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.