Class Scrolled-Result-Set
Retrieves the records using OFFSET and LIMIT in the SQL query.
Slot
record-count | Initargs::record-count; Accessors:record-count-of; Type:integer. |
---|
sql-count-query | Initargs::sql-count-query; Accessors:sql-count-query-of. |
---|
sql-query | Initargs::sql-query; Accessors:sql-query-of. |
---|
Direct Method
records-of | Returns 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-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. |
---|