You are here

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

Schema::addPrimaryKey in core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php
Add a primary key.
Schema::addUniqueKey in core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php
Add a unique key.
Schema::constraintExists in core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php
Helper function: check if a constraint (PK, FK, UK) exists.
Schema::createTableSql in core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php
Generate SQL to create a new table from a Drupal schema definition.
Schema::dropIndex in core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php
Drop an index.
Schema::dropPrimaryKey in core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php
Drop the primary key.
Schema::dropUniqueKey in core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php
Drop a unique key.
Schema::indexExists in core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php
Checks if an index exists in the given table.
Schema::renameTable in core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php
Rename a table.
Schema::_createIndexSql in core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php