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