dam_getIP_hcol
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This method is used to retrieve the column information that was previously set using dam_setIP_hcol.
The IP uses the dam_setIP_hcol method to associate column specific information in the form of an integer key.
int dam_getIP_hcol(
int64 hstmt,
int64 hcol)
Parameters for dam_getIP_hcol
| Parameter | Type | Description |
| IN | ||
| hstmt | int64 | The statement handle |
| hcol | int64 | The column handle |
| RETURN | ||
| int | The index into a vector; the IP is using the vector to store the object created by the IP for storing information at statement level for the column. |