<-Back

Function: Query-Collect

query-collect list of row objects

Returns all the rows from a query, or if a key is given, returns the values from the column named with the key.

optional arguments:
key Keyword symbol, Default Value: nil
If given, the values from this named column will be returned, rather than the entire row objects

<-Back