Powered by Zoomin Software. For more details please contactZoomin

DataDirect OpenAccess SDK Help

dam_getIP_hcol

  • Last Updated: June 26, 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.

long dam_getIP_hcol(
     long hstmt, 
     long hcol)

Parameters for dam_getIP_hcol

Parameter Type Description
INPUT
hstmt long The statement handle.
hcol long The column handle.
RETURN
long The index into a vector; the IP is using the vector to store the object that is created by the IP for storing information at statement level for the column.

See also

Alert