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.
long damex_getCol(
long hTable,
StringBuffer sColName)
Parameters for damex_getCol
| Parameter | Type | Description |
| INPUT | ||
| hTable | long | Table handle. |
| sColName | StringBuffer | Name of the column. |
| RETURN | ||
| long | The handle to the column. A 0 is returned if the column does not exist. | |