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.
int64 damex_getNextTable(
int64 hquery)
Parameters for damex_getNextTable
| Parameter | Type | Description |
| IN | ||
| hquery | int64 | The query handle. |
| RETURN | ||
| int64 | The handle to the next table in the list. A value of zero is returned at the end of the list. |