dam_getIP_hcol
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This function is used to retrieve the column information that was previously set using the dam_setIP_hcol function.
The IP uses the dam_setIP_hcol function to associate column specific information in the form of a void *.
IP_HCOL dam_getIP_hcol(
DAM_HSTMT hstmt,
DAM_HCOL hcol)
Parameters for dam_getIP_hcol
| Parameter | Type | Description |
| IN | ||
| hstmt | DAM_HSTMT | The statement handle. |
| hcol | DAM_HCOL | The column handle. |
| RETURN | ||
| IP_HCOL | A pointer to the structure that is allocated by the IP for storing column information. NULL if no state has been saved. |