FetchNext - cDbQuery¶
Include: Use Db\cDbQuery.pkg
Fetches rows after a start row.
Type: Function
Return data type: Variant[][]
Parameters¶
| Parameter | Type | Description |
|---|---|---|
rStartAt |
DbRowId | Start row. |
iLimit |
Integer | Maximum rows. |
aOptRowIds |
DbRowId[] ByRef | Optional returned row IDs. |
Syntax¶
Function FetchNext DbRowId rStartAt Integer iLimit DbRowId[] ByRef aOptRowIds Returns Variant[][]
Call¶
Get FetchNext of hoObj "value" 0 "value" to result
Description¶
Fetches rows after a start row.