fixed-size-scroll | |
---|---|
result-set |
flatp | Initargs::flatp; Accessors:flatp; Type:boolean. |
---|---|
inner-result-set | Initargs::result-set; Accessors:inner-result-set-of. |
page | Initform:0, Initargs::page; Accessors:page. |
page-size | Initform:10, Initargs::page-size; Accessors:page-size. |
close-result-set | Closes the result-set. After this operation the result-set cannot be accessed. |
---|---|
element-count | |
elements | Return the elements on the current page |
page-count | |
revive-result-set! | Refreshes the result set to be valid in the current transaction. |
revive-scroll! | Revives the cache objects of the scroll in the current transaction. |
first-page! | |
---|---|
last-page! | |
next-page! | Should return the current page number or nil if there are no more pages. |
previous-page! | |
setfpage | |
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. |