Class Scrolled-Result-Set

Retrieves the records using OFFSET and LIMIT in the SQL query.

Part of:

package cl-perec, class result-set

Direct Superclass

result-set

Slot

record-countInitargs::record-count; Accessors:record-count-of; Type:integer.
sql-count-queryInitargs::sql-count-query; Accessors:sql-count-query-of.
sql-queryInitargs::sql-query; Accessors:sql-query-of.

Direct Method

records-ofReturns records of RESULT-SET as a sequence from START index
(inclusive, default is 0) to END in...
revive-result-set!Refreshes the result set to be valid in the current transaction.

Other 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.