Solar_Sql_Adapter::fetchTableCols()
    public
    array
     Solar_Sql_Adapter::fetchTableCols 
         ( string  $spec
    
 )
Returns an array describing table columns from the cache; if the cache entry is not available, queries the database for the column descriptions.
Parameters
- (string) - $spec: The table or schema.table to fetch columns for.
Returns
- (array) An array of table columns. 
Description
Returns an array describing table columns from the cache; if the cache entry is not available, queries the database for the column descriptions.