Contents
Indexes:
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-set
Retrieves the records using OFFSET and LIMIT in the SQL query.
simple-result-set
Retrieves all records at once as a vector of vectors.
vector-result-set
Direct Method
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.