13 calls to Schema::getPrefixInfo()

Schema::buildTableNameCondition in drupal/core/lib/Drupal/Core/Database/Schema.php
Build a condition to match a table name against a standard information_schema.
Schema::createIndexSql in drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php
Build the SQL expression for indexes.
Schema::dropIndex in drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php
Drop an index.
Schema::dropUniqueKey in drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php
Drop a unique key.
Schema::findTables in drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php
Find all tables that are like the specified base table name.
Schema::getComment in drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php
Retrieve a table or column comment.
Schema::indexExists in drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php
Checks if an index exists in the given table.
Schema::introspectSchema in drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php
Find out the schema of a table.
Schema::prefixNonTable in drupal/core/lib/Drupal/Core/Database/Schema.php
Create names for indexes, primary keys and constraints.
Schema::queryFieldInformation in drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php
Fetch the list of CHECK constraints used on a field.
Schema::renameTable in drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php
Rename a table.
Schema::renameTable in drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php
Rename a table.
Schema::tableExists in drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php
Check if a table exists.