Class Result-Set-Transformer

Part of:

package cl-perec, class unique-result-set, class ordered-result-set, class mapped-result-set, class grouped-result-set, class result-set, class filtered-result-set

Direct Superclass

result-set

Direct Subclass

filtered-result-set
grouped-result-set
mapped-result-set
ordered-result-set
unique-result-set

Slot

innerInitargs::inner; Accessors:inner-of; Type:result-set.

Direct Method

close-result-setCloses the result-set. After this operation the result-set cannot be accessed.
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.