Solar_Sql_Adapter_Sqlite2::_fetchIndexInfo()
    protected
    array
     Solar_Sql_Adapter_Sqlite2::_fetchIndexInfo 
         ( string  $table
        , string  $schema
    
 )
Returns an array of index information for a table.
Inherited from Solar_Sql_Adapter_Sqlite.
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.