16 calls to DatabaseSchema::getPrefixInfo()

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.