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::tableExists()

Schema::addField in core/modules/sqlite/src/Driver/Database/sqlite/Schema.php
Add a new field to a table.
Schema::addIndex in core/modules/sqlite/src/Driver/Database/sqlite/Schema.php
Add an index.
Schema::addPrimaryKey in core/modules/sqlite/src/Driver/Database/sqlite/Schema.php
Add a primary key.
Schema::addUniqueKey in core/modules/sqlite/src/Driver/Database/sqlite/Schema.php
Add a unique key.
Schema::alterTable in core/modules/sqlite/src/Driver/Database/sqlite/Schema.php
Create a table with a new schema containing the old content.
Schema::dropTable in core/modules/sqlite/src/Driver/Database/sqlite/Schema.php
Drop a 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