damex_getTable
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This method returns the table handle that matches the given table name in the FROM clause of the SELECT query.
long damex_getTable(
long hquery,
StringBuffer sTableName)
Parameters for damex_getTable
| Parameter | Type | Description |
| INPUT | ||
| hquery | long | The query handle. |
| sTableName | StringBuffer | The name of the table. |
| RETURN | ||
| long | The handle to the table. 0 is returned if the table does not exist. | |