setfetchsize(value) Method
Sets the size of prefetched result sets.
Syntax
cursor.setfetchsize(<value>)
Parameters
| Recommended Type | Name | Description |
|---|---|---|
| Integer | <value> | Specifies the number of rows to fetch from the result set. |
Returns
Always returns none.
Remarks
Specify 0 to reset this method to the default. If there is no result set open, then the method still returns none.