damex_getNextTable
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This method returns the next table in the FROM clause of the SELECT query. Call this method after calling damex_getFirstTable.
long damex_getNextTable(long hquery)
Parameters for damex_getNextTable
| Parameter | Type | Description |
| INPUT | ||
| hquery | long | The query handle. |
| RETURN | ||
| long | The handle to the next table in the list. A 0 is returned at the end of the list. |