Solar_Sql_Adapter_Sqlite2::_fetchTableCols()

protected array Solar_Sql_Adapter_Sqlite2::_fetchTableCols ( string $table , string $schema )

Describes the columns in a table.

Inherited from Solar_Sql_Adapter_Sqlite.

Parameters

  • (string) $table: The table name to fetch columns for.

  • (string) $schema: The attached database in which the table resides.

Returns

  • (array)

Description

Describes the columns in a table.



Local