Solar_Sql_Adapter_Sqlite::_fetchTableList()

protected array Solar_Sql_Adapter_Sqlite::_fetchTableList ( string $schema )

Returns a list of all tables in the database.

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.



Local