Next Previous Up Top Contents Index

1.5.2 Result-set policy class

<result-set-policy>

Concrete class

Summary

Specifies the behavior and performance characteristics of a result set.

Superclass

<object>

Init-keywords:

rowset-size:
An instance of union(<integer>, #"all").

scrollable?:
An instance of <boolean>. Default value: #f.

scroll-window:
An instance of <integer>. A cache size hint.

Library

sql

Module

sql

Description

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.


OLE, COM, ActiveX and DBMS Reference - 31 MAR 2000

Next Previous Up Top Contents Index