9 calls to Schema::introspectSchema()

Schema::addField in drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php
Add a new field to a table.
Schema::addPrimaryKey in drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php
Add a primary key.
Schema::changeField in drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php
Change a field definition.
Schema::dropField in drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php
Drop a field.
Schema::dropPrimaryKey in drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php
Drop the primary key.
Schema::fieldExists in drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php
Check if a column exists in the given table.
Schema::fieldSetDefault in drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php
Set the default value for a field.
Schema::fieldSetNoDefault in drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php
Set a field to have no default value.
Schema::renameTable in drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php
Rename a table.