Class Result-Set

Part of:

package cl-perec, class vector-result-set, class simple-result-set, class scrolled-result-set, class result-set-scroll, class list-result-set, class result-set-transformer

Direct Subclass

list-result-set
result-set-scroll
result-set-transformer
scrolled-result-setRetrieves the records using OFFSET and LIMIT in the SQL query.
simple-result-setRetrieves all records at once as a vector of vectors.
vector-result-set

Direct Method

to-listConverts the result to a list.
If FLATP is true then the rows are flattened (useful when they con...
to-scrollConverts the result set to a scroll.