Result:-SetOptions - set options of a Result module
|
Calling Sequence
|
|
result:-SetOptions( opts )
|
|
Parameters
|
|
result
|
-
|
Result module
|
opts
|
-
|
(optional) equation of the form fetchsize=integer
|
|
|
|
|
Description
|
|
•
|
SetOptions sets various options that affect the behavior of result.
|
•
|
SetOptions accepts one option.
|
|
Determines how many rows must be fetched from the database. The more rows fetched, the faster accessing rows will be. However, fetching more rows uses more memory.
|
•
|
An option's current value can be obtained by calling GetOptions.
|
•
|
SetOptions does not return anything.
|
•
|
Calling SetOptions with no arguments raises an error.
|
|
|
Download Help Document
Was this information helpful?