Class List-Result-Set

Part of:

package cl-perec, class result-set

Direct Superclass

result-set

Slot

testInitform:'eq, Initargs::test; Reader:test.

Direct Method

revive-result-set!Refreshes the result set to be valid in the current transaction.

Other Method

delete-item
empty!Removes all items from the container and returns nil.
insert-itemAdds item to the container
record-count-ofReturns the number of records in RESULT-SET.
records-ofReturns records of RESULT-SET as a sequence from START index
(inclusive, default is 0) to END in...
search-for-itemHunt for the item in the container. Key and Test
are as in member.
sizeReturns the number of items currently in the container.
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.