result-set-transformer |
---|
inner | Initargs::inner; Accessors:inner-of; Type:result-set. |
---|---|
map-fn | Initargs::map-fn; Accessors:map-fn-of; Type:function. |
record-count-of | Returns the number of records in RESULT-SET. |
---|---|
records-of | Returns records of RESULT-SET as a sequence from START index (inclusive, default is 0) to END in... |
close-result-set | Closes the result-set. After this operation the result-set cannot be accessed. |
---|---|
revive-result-set! | Refreshes the result set to be valid in the current transaction. |
to-list | Converts the result to a list. If FLATP is true then the rows are flattened (useful when they con... |
to-scroll | Converts the result set to a scroll. |