You are here

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

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