13 calls to DatabaseSchema::getPrefixInfo()

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