You are here

9 calls to Schema::introspectSchema() in Drupal 10

Schema::addField in core/modules/sqlite/src/Driver/Database/sqlite/Schema.php
Add a new field to a table.
Schema::addPrimaryKey in core/modules/sqlite/src/Driver/Database/sqlite/Schema.php
Add a primary key.
Schema::changeField in core/modules/sqlite/src/Driver/Database/sqlite/Schema.php
Change a field definition.
Schema::dropField in core/modules/sqlite/src/Driver/Database/sqlite/Schema.php
Drop a field.
Schema::dropPrimaryKey in core/modules/sqlite/src/Driver/Database/sqlite/Schema.php
Drop the primary key.
Schema::fieldExists in core/modules/sqlite/src/Driver/Database/sqlite/Schema.php
Check if a column exists in the given table.
Schema::findPrimaryKeyColumns in core/modules/sqlite/src/Driver/Database/sqlite/Schema.php
Finds the primary key columns of a table, from the database.
Schema::introspectIndexSchema in core/modules/sqlite/src/Driver/Database/sqlite/Schema.php
Finds the columns for the primary key, unique keys and indexes of a table.
Schema::renameTable in core/modules/sqlite/src/Driver/Database/sqlite/Schema.php
Rename a table.