You are here

8 calls to Schema::tableExists() in Drupal 10

Schema::addField in core/modules/pgsql/src/Driver/Database/pgsql/Schema.php
Add a new field to a table.
Schema::addIndex in core/modules/pgsql/src/Driver/Database/pgsql/Schema.php
Add an index.
Schema::addPrimaryKey in core/modules/pgsql/src/Driver/Database/pgsql/Schema.php
Add a primary key.
Schema::addUniqueKey in core/modules/pgsql/src/Driver/Database/pgsql/Schema.php
Add a unique key.
Schema::dropTable in core/modules/pgsql/src/Driver/Database/pgsql/Schema.php
Drop a table.
Schema::findPrimaryKeyColumns in core/modules/pgsql/src/Driver/Database/pgsql/Schema.php
Finds the primary key columns of a table, from the database.
Schema::introspectIndexSchema in core/modules/pgsql/src/Driver/Database/pgsql/Schema.php
Finds the columns for the primary key, unique keys and indexes of a table.
Schema::renameTable in core/modules/pgsql/src/Driver/Database/pgsql/Schema.php
Rename a table.