damex_getCol
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 9.0
- Documentation
This method returns the column handle that matches the given column name in the schema definition of the table.
int damex_getCol(
int64 hTable,
StringBuilder sColName)
Parameters for damex_getCol
| Parameter | Type | Description |
| IN | ||
| hTable | int64 | Table handle |
| sColName | StringBuilder | Name of the column |
| RETURN | ||
| int64 | The handle to the table. A value of zero is returned if the column does not exist. |