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