10 calls to Schema::ensureIdentifiersLength()
- 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::constraintExists in core/
modules/ pgsql/ src/ Driver/ Database/ pgsql/ Schema.php - Helper function: check if a constraint (PK, FK, UK) exists.
- Schema::createTableSql in core/
modules/ pgsql/ src/ Driver/ Database/ pgsql/ Schema.php - Generate SQL to create a new table from a Drupal schema definition.
- Schema::dropIndex in core/
modules/ pgsql/ src/ Driver/ Database/ pgsql/ Schema.php - Drop an index.
- Schema::dropPrimaryKey in core/
modules/ pgsql/ src/ Driver/ Database/ pgsql/ Schema.php - Drop the primary key.
- Schema::dropUniqueKey in core/
modules/ pgsql/ src/ Driver/ Database/ pgsql/ Schema.php - Drop a unique key.
- Schema::indexExists in core/
modules/ pgsql/ src/ Driver/ Database/ pgsql/ Schema.php - Checks if an index exists in the given table.
- Schema::renameTable in core/
modules/ pgsql/ src/ Driver/ Database/ pgsql/ Schema.php - Rename a table.
- Schema::_createIndexSql in core/
modules/ pgsql/ src/ Driver/ Database/ pgsql/ Schema.php
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.