Solar_Sql_Adapter_Mysql::_fetchTableList()
protected
array
Solar_Sql_Adapter_Mysql::_fetchTableList
( string $schema
)
Returns a list of all tables in the database.
Parameters
(string)
$schema
: Fetch tbe list of tables in this database; when empty, uses the current database.
Returns
(array) All table names in the database.
Description
Returns a list of all tables in the database.