15 calls to Schema::getPrefixInfo()
- 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/
lib/ Drupal/ Core/ Database/ Driver/ sqlite/ Schema.php - Build the SQL expression for indexes.
- Schema::dropIndex in core/
lib/ Drupal/ Core/ Database/ Driver/ sqlite/ Schema.php - Drop an index.
- Schema::dropUniqueKey in core/
lib/ Drupal/ Core/ Database/ Driver/ sqlite/ Schema.php - Drop a unique key.
- Schema::ensureIdentifiersLength in core/
lib/ Drupal/ Core/ Database/ Driver/ pgsql/ Schema.php - Make sure to limit identifiers according to PostgreSQL compiled in length.
- Schema::fieldExists in core/
lib/ Drupal/ Core/ Database/ Driver/ pgsql/ Schema.php - Check if a column exists in the given table.
- Schema::getComment in core/
lib/ Drupal/ Core/ Database/ Driver/ pgsql/ Schema.php - Retrieve a table or column comment.
- Schema::indexExists in core/
lib/ Drupal/ Core/ Database/ Driver/ sqlite/ Schema.php - Checks if an index exists in the given table.
- Schema::introspectSchema in core/
lib/ Drupal/ Core/ Database/ Driver/ 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/
lib/ Drupal/ Core/ Database/ Driver/ pgsql/ Schema.php - Fetches the list of constraints used on a field.
- Schema::renameTable in core/
lib/ Drupal/ Core/ Database/ Driver/ sqlite/ Schema.php - Rename a table.
- Schema::renameTable in core/
lib/ Drupal/ Core/ Database/ Driver/ pgsql/ Schema.php - Rename a table.
- Schema::tableExists in core/
lib/ Drupal/ Core/ Database/ Driver/ sqlite/ Schema.php - Check if a table exists.
- Schema::tableExists in core/
lib/ Drupal/ Core/ Database/ Driver/ pgsql/ Schema.php - Check if a table exists.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.