You are here

15 calls to Schema::getPrefixInfo() in Drupal 10

Schema::buildTableNameCondition in core/lib/Drupal/Core/Database/Schema.php
Build a condition to match a table name against a standard information_schema.
Schema::createIndexSql in core/modules/sqlite/src/Driver/Database/sqlite/Schema.php
Build the SQL expression for indexes.
Schema::dropIndex in core/modules/sqlite/src/Driver/Database/sqlite/Schema.php
Drop an index.
Schema::dropUniqueKey in core/modules/sqlite/src/Driver/Database/sqlite/Schema.php
Drop a unique key.
Schema::ensureIdentifiersLength in core/modules/pgsql/src/Driver/Database/pgsql/Schema.php
Make sure to limit identifiers according to PostgreSQL compiled in length.
Schema::fieldExists in core/modules/pgsql/src/Driver/Database/pgsql/Schema.php
Check if a column exists in the given table.
Schema::getComment in core/modules/pgsql/src/Driver/Database/pgsql/Schema.php
Retrieve a table or column comment.
Schema::indexExists in core/modules/sqlite/src/Driver/Database/sqlite/Schema.php
Checks if an index exists in the given table.
Schema::introspectSchema in core/modules/sqlite/src/Driver/Database/sqlite/Schema.php
Find out the schema of a table.
Schema::prefixNonTable in core/lib/Drupal/Core/Database/Schema.php
Create names for indexes, primary keys and constraints.
Schema::queryFieldInformation in core/modules/pgsql/src/Driver/Database/pgsql/Schema.php
Fetches the list of constraints used on a field.
Schema::renameTable in core/modules/sqlite/src/Driver/Database/sqlite/Schema.php
Rename a table.
Schema::renameTable in core/modules/pgsql/src/Driver/Database/pgsql/Schema.php
Rename a table.
Schema::tableExists in core/modules/sqlite/src/Driver/Database/sqlite/Schema.php
Check if a table exists.
Schema::tableExists in core/modules/pgsql/src/Driver/Database/pgsql/Schema.php
Check if a table exists.