Search for driver
- Search 7.x for driver
- Search 9.5.x for driver
- Search 8.9.x for driver
- Search 10.3.x for driver
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
DriverNotSpecifiedException.php | file | core/ |
|
DriverSpecificConnectionUnitTestBase | class | core/ |
Tests management of database connections. |
DriverSpecificConnectionUnitTestBase.php | file | core/ |
|
DriverSpecificConnectionUnitTestBase::$id | property | core/ |
The connection ID of the current test connection. |
DriverSpecificConnectionUnitTestBase::$monitor | property | core/ |
A database connection used for monitoring processes. |
DriverSpecificConnectionUnitTestBase::assertConnection | function | core/ |
Asserts that a connection ID exists. |
DriverSpecificConnectionUnitTestBase::assertNoConnection | function | core/ |
Asserts that a connection ID does not exist. |
DriverSpecificConnectionUnitTestBase::getConnectionId | function | core/ |
Returns the connection ID of the current test connection. |
DriverSpecificConnectionUnitTestBase::getQuery | function | core/ |
Returns a set of queries specific for the database in testing. |
DriverSpecificConnectionUnitTestBase::setUp | function | core/ |
|
DriverSpecificConnectionUnitTestBase::testConnectionOpen | function | core/ |
Tests pdo options override. |
DriverSpecificConnectionUnitTestBase::testOpenClose | function | core/ |
Tests Database::closeConnection() without query. |
DriverSpecificConnectionUnitTestBase::testOpenQueryClose | function | core/ |
Tests Database::closeConnection() with a query. |
DriverSpecificConnectionUnitTestBase::testOpenQueryPrefetchClose | function | core/ |
Tests Database::closeConnection() with a query and custom prefetch method. |
DriverSpecificConnectionUnitTestBase::testOpenSelectQueryClose | function | core/ |
Tests Database::closeConnection() with a select query. |
DriverSpecificConnectionUnitTestBase::TEST_TARGET_CONNECTION | constant | core/ |
A target connection identifier to be used for testing. |
DriverSpecificDatabaseTestBase | class | core/ |
Base class for driver specific database tests. |
DriverSpecificDatabaseTestBase.php | file | core/ |
|
DriverSpecificDatabaseTestBase::$modules | property | core/ |
|
DriverSpecificDatabaseTestBase::setUp | function | core/ |
|
DriverSpecificKernelTestBase | class | core/ |
Base class for driver specific kernel tests. |
DriverSpecificKernelTestBase.php | file | core/ |
|
DriverSpecificKernelTestBase::$connection | property | core/ |
The database connection for testing. |
DriverSpecificKernelTestBase::setUp | function | core/ |
|
DriverSpecificSchemaTestBase | class | core/ |
Tests table creation and modification via the schema API. |
DriverSpecificSchemaTestBase.php | file | core/ |
|
DriverSpecificSchemaTestBase::$connection | property | core/ |
Connection to the database. |
DriverSpecificSchemaTestBase::$counter | property | core/ |
A global counter for table and field creation. |
DriverSpecificSchemaTestBase::$schema | property | core/ |
Database schema instance. |
DriverSpecificSchemaTestBase::assertCollation | function | core/ |
Asserts that fields have the correct collation, if supported. |
DriverSpecificSchemaTestBase::assertFieldAdditionRemoval | function | core/ |
Asserts that a given field can be added and removed from a table. |
DriverSpecificSchemaTestBase::assertFieldChange | function | core/ |
Asserts that a field can be changed from one spec to another. |
DriverSpecificSchemaTestBase::assertFieldCharacteristics | function | core/ |
Asserts that a newly added field has the correct characteristics. |
DriverSpecificSchemaTestBase::checkSchemaComment | function | core/ |
Checks that a table or column comment matches a given description. |
DriverSpecificSchemaTestBase::checkSequenceRenaming | function | core/ |
Check that the ID sequence gets renamed when the table is renamed. |
DriverSpecificSchemaTestBase::providerTestSchemaCreateTablePrimaryKey | function | core/ |
Provides test cases for SchemaTest::testSchemaCreateTablePrimaryKey(). |
DriverSpecificSchemaTestBase::setUp | function | core/ |
|
DriverSpecificSchemaTestBase::testChangePrimaryKeyToSerial | function | core/ |
Tests converting an int to a serial when the int column has data. |
DriverSpecificSchemaTestBase::testChangeSerialFieldLength | function | core/ |
Tests changing a field length. |
DriverSpecificSchemaTestBase::testDefaultAfterAlter | function | core/ |
Tests default values after altering table. |
DriverSpecificSchemaTestBase::testFindPrimaryKeyColumns | function | core/ |
@covers ::findPrimaryKeyColumns |
DriverSpecificSchemaTestBase::testFindTables | function | core/ |
Tests the findTables() method. |
DriverSpecificSchemaTestBase::testInvalidPrimaryKeyAddition | function | core/ |
Tests adding an invalid field specification as a primary key. |
DriverSpecificSchemaTestBase::testInvalidPrimaryKeyChange | function | core/ |
Tests changing the primary key with an invalid field specification. |
DriverSpecificSchemaTestBase::testInvalidPrimaryKeyOnTableCreation | function | core/ |
Tests an invalid field specification as a primary key on table creation. |
DriverSpecificSchemaTestBase::testReservedKeywordsForNaming | function | core/ |
Tests handling with reserved keywords for naming tables, fields and more. |
DriverSpecificSchemaTestBase::testSchema | function | core/ |
Tests database interactions. |
DriverSpecificSchemaTestBase::testSchemaAddFieldDefaultInitial | function | core/ |
Tests adding columns to an existing table with default and initial value. |
DriverSpecificSchemaTestBase::testSchemaChangeFieldDefaultInitial | function | core/ |
Tests changing columns between types with default and initial values. |
DriverSpecificSchemaTestBase::testSchemaChangePrimaryKey | function | core/ |
Tests various schema changes' effect on the table's primary key. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.