Solar_Sql_Adapter_MysqlReplicated::_fetchTableList()

protected array Solar_Sql_Adapter_MysqlReplicated::_fetchTableList ( string $schema )

Returns a list of all tables in the database.

Inherited from Solar_Sql_Adapter_Mysql.

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.



Local