Solar_Sql_Adapter_Pgsql::_fetchTableList()

protected array Solar_Sql_Adapter_Pgsql::_fetchTableList ( string $schema )

Returns a list of all tables in the database.

Parameters

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

Returns

  • (array) All table names in the database.

Description

Returns a list of all tables in the database.



Local