Solar_Sql_Adapter::_fetchTableList()

protected array Solar_Sql_Adapter::_fetchTableList ( string $schema )

Returns a list of database tables.

Parameters

  • (string) $schema: Fetch tbe list of tables in this database schema; when empty, uses the current or default schema.

Returns

  • (array) A sequential array of table names in the database.

Description

Returns a list of database tables.



Local