Solar_Sql_Adapter_Sqlite::_fetchIndexInfo()
protected
array
Solar_Sql_Adapter_Sqlite::_fetchIndexInfo
( string $table
, string $schema
)
Returns an array of index information for a table.
Parameters
(string)
$table
: The table name to fetch indexes for.(string)
$schema
: The attached database in which the table resides.
Returns
(array) An array of table indexes.
Description
Returns an array of index information for a table.