Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Schema.php

9 calls to Schema::introspectSchema()

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.

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal