dam_getCol
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This method returns the column handle for the given column name. The column name is as defined in the OA_COLUMNS table of the schema database (see Schema Definition and Management of the OpenAccess SDK Programmer's Guide).
long dam_getCol(
long hstmt,
String ColumnName)
Parameters for dam_getCol
| Parameter | Type | Description |
| INPUT | ||
| hstmt | long | The statement handle. |
| ColumnName | String | The name of the column. |
| RETURN | ||
| long | The handle to the specified column. 0 is returned if the column does not exist. | |