Concrete class
Specifies the behavior and performance characteristics of a result set.
<object>
rowset-size:union(<integer>, #"all").
scrollable?:<boolean>. Default value: #f.
scroll-window:<integer>. A cache size hint.
Library sql
sql
Specifies the behavior and performance characteristics of a result set.
The rowset-size slot is the number of records to retrieve each time an internal fetch is performed. If rowset-size is #"all", all records are retrieved the first time a fetch is performed. Currently, rowset-size is ignored.