SchemaIntrospectionTestTrait::assertIndexOnColumns |
function |
core/tests/Drupal/Tests/Core/Database/SchemaIntrospectionTestTrait.php |
Checks that an index covering exactly the given column names exists. |
SchemaIntrospectionTestTrait::assertNoIndexOnColumns |
function |
core/tests/Drupal/Tests/Core/Database/SchemaIntrospectionTestTrait.php |
Checks that an index covering exactly the given column names doesn't exist. |
SchemaIntrospectionTestTrait::getIndexColumnNames |
function |
core/tests/Drupal/Tests/Core/Database/SchemaIntrospectionTestTrait.php |
Returns the column names used by the indexes of a table. |
SchemaListenerController |
class |
core/modules/config/tests/config_test/src/SchemaListenerController.php |
Controller for testing \Drupal\Core\Config\Development\ConfigSchemaChecker. |
SchemaListenerController.php |
file |
core/modules/config/tests/config_test/src/SchemaListenerController.php |
|
SchemaListenerController::create |
function |
core/modules/config/tests/config_test/src/SchemaListenerController.php |
Instantiates a new instance of the implementing class using autowiring. |
SchemaListenerController::test |
function |
core/modules/config/tests/config_test/src/SchemaListenerController.php |
Tests the BrowserTestBase tests can use strict schema checking. |
SchemaListenerController::__construct |
function |
core/modules/config/tests/config_test/src/SchemaListenerController.php |
Constructs the SchemaListenerController object. |
SchemaObjectDoesNotExistException |
class |
core/lib/Drupal/Core/Database/SchemaObjectDoesNotExistException.php |
Exception thrown if an object being modified doesn't exist yet. |
SchemaObjectDoesNotExistException.php |
file |
core/lib/Drupal/Core/Database/SchemaObjectDoesNotExistException.php |
|
SchemaObjectExistsException |
class |
core/lib/Drupal/Core/Database/SchemaObjectExistsException.php |
Exception thrown if an object being created already exists. |
SchemaObjectExistsException.php |
file |
core/lib/Drupal/Core/Database/SchemaObjectExistsException.php |
|
SchemaPrimaryKeyMustBeDroppedException |
class |
core/lib/Drupal/Core/Database/Exception/SchemaPrimaryKeyMustBeDroppedException.php |
Exception thrown if the Primary Key must be dropped before an operation. |
SchemaPrimaryKeyMustBeDroppedException.php |
file |
core/lib/Drupal/Core/Database/Exception/SchemaPrimaryKeyMustBeDroppedException.php |
|
SchemaTableColumnSizeTooLargeException |
class |
core/lib/Drupal/Core/Database/Exception/SchemaTableColumnSizeTooLargeException.php |
Exception thrown if a column size is too large on table creation. |
SchemaTableColumnSizeTooLargeException.php |
file |
core/lib/Drupal/Core/Database/Exception/SchemaTableColumnSizeTooLargeException.php |
|
SchemaTableKeyTooLargeException |
class |
core/lib/Drupal/Core/Database/Exception/SchemaTableKeyTooLargeException.php |
Exception thrown if a key is too large. |
SchemaTableKeyTooLargeException.php |
file |
core/lib/Drupal/Core/Database/Exception/SchemaTableKeyTooLargeException.php |
|
SchemaTest |
class |
core/modules/sqlite/tests/src/Kernel/sqlite/SchemaTest.php |
Tests schema API for the SQLite driver. |
SchemaTest |
class |
core/modules/mysql/tests/src/Kernel/mysql/SchemaTest.php |
Tests schema API for the MySQL driver. |
SchemaTest |
class |
core/modules/pgsql/tests/src/Unit/SchemaTest.php |
Tests Drupal\pgsql\Driver\Database\pgsql\Schema. |
SchemaTest |
class |
core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php |
Tests schema API for the PostgreSQL driver. |
SchemaTest |
class |
core/modules/mysqli/tests/src/Kernel/mysqli/SchemaTest.php |
Tests schema API for the MySQL driver. |
SchemaTest.php |
file |
core/modules/pgsql/tests/src/Unit/SchemaTest.php |
|
SchemaTest.php |
file |
core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php |
|
SchemaTest.php |
file |
core/modules/mysqli/tests/src/Kernel/mysqli/SchemaTest.php |
|
SchemaTest.php |
file |
core/modules/sqlite/tests/src/Kernel/sqlite/SchemaTest.php |
|
SchemaTest.php |
file |
core/modules/mysql/tests/src/Kernel/mysql/SchemaTest.php |
|
SchemaTest::assertCollation |
function |
core/modules/mysql/tests/src/Kernel/mysql/SchemaTest.php |
Asserts that fields have the correct collation, if supported. |
SchemaTest::checkSchemaComment |
function |
core/modules/sqlite/tests/src/Kernel/sqlite/SchemaTest.php |
Checks that a table or column comment matches a given description. |
SchemaTest::checkSchemaComment |
function |
core/modules/mysql/tests/src/Kernel/mysql/SchemaTest.php |
Checks that a table or column comment matches a given description. |
SchemaTest::checkSchemaComment |
function |
core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php |
Checks that a table or column comment matches a given description. |
SchemaTest::checkSequenceRenaming |
function |
core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php |
Check that the ID sequence gets renamed when the table is renamed. |
SchemaTest::providerComputedConstraintName |
function |
core/modules/pgsql/tests/src/Unit/SchemaTest.php |
Data provider for ::testComputedConstraintName(). |
SchemaTest::testComputedConstraintName |
function |
core/modules/pgsql/tests/src/Unit/SchemaTest.php |
Tests whether the actual constraint name is correctly computed. |
SchemaTest::testGeneratedInvisiblePrimaryKey |
function |
core/modules/mysql/tests/src/Kernel/mysql/SchemaTest.php |
Tests adding a primary key when sql_generate_invisible_primary_key is on. |
SchemaTest::testIndexLength |
function |
core/modules/mysql/tests/src/Kernel/mysql/SchemaTest.php |
Tests that indexes on string fields are limited to 191 characters on MySQL. |
SchemaTest::testIntrospectIndexSchema |
function |
core/modules/sqlite/tests/src/Kernel/sqlite/SchemaTest.php |
Tests introspect index schema. |
SchemaTest::testIntrospectIndexSchema |
function |
core/modules/mysql/tests/src/Kernel/mysql/SchemaTest.php |
Tests introspect index schema. |
SchemaTest::testIntrospectIndexSchema |
function |
core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php |
Tests introspect index schema. |
SchemaTest::testPgsqlExtensionExists |
function |
core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php |
Tests pgsql extension exists. |
SchemaTest::testPgsqlSequences |
function |
core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php |
Tests if the new sequences get the right ownership. |
SchemaTest::testRenameTableWithNameContainingDrupalUnderscoreAndMultipleIndexes |
function |
core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php |
Tests renaming a table which name contains drupal_ with multiple indexes. |
SchemaTest::testRenameTableWithNewIndexNameEqualsTableName |
function |
core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php |
Tests renaming a table where the new index name is equal to the table name. |
SchemaTest::testReservedKeywordsForNaming |
function |
core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php |
Tests handling with reserved keywords for naming tables, fields and more. |
SchemaTest::testSchemaTableColumnSizeTooLargeException |
function |
core/modules/mysql/tests/src/Kernel/mysql/SchemaTest.php |
Tests SchemaTableColumnSizeTooLargeException. |
SchemaTest::testSchemaTableKeyTooLargeException |
function |
core/modules/mysql/tests/src/Kernel/mysql/SchemaTest.php |
Tests SchemaTableKeyTooLargeException. |
SchemaTest::testTableExists |
function |
core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php |
Tests the method tableExists(). |
SchemaTest::testTableWithSpecificDataType |
function |
core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php |
Tests creating a table with database specific data type. |
SchemaTest::testTableWithSpecificDataType |
function |
core/modules/sqlite/tests/src/Kernel/sqlite/SchemaTest.php |
Tests creating a table with database specific data type. |