Result:-GetOptions - get options from a Result module
|
Calling Sequence
|
|
result:-GetOptions( opts )
|
|
Parameters
|
|
result
|
-
|
Result module
|
opts
|
-
|
(optional) equation of the form fetchsize=integer
|
|
|
|
|
Description
|
|
•
|
GetOptions gets the values of various options that affect the behavior of result.
|
|
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 set by calling SetOptions.
|
•
|
Calling GetOptions with no arguments returns the current values of all the arguments that GetOptions can query.
|
|
|
Download Help Document
Was this information helpful?