DatabaseSchema_mysql::getPrefixInfo

protected function DatabaseSchema_mysql::getPrefixInfo

protected DatabaseSchema_mysql::getPrefixInfo($table = 'default', $add_prefix = TRUE)

Get information about the table and database name from the prefix.

Return value

A keyed array with information about the database, table name and prefix.

Overrides DatabaseSchema::getPrefixInfo

File

includes/database/mysql/schema.inc, line 32
Database schema code for MySQL database servers.

Class

Databa