13 calls to DatabaseSchema::getPrefixInfo() in Drupal 7
- 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::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_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.