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