skip to main content
OpenAccess SDK SQL Engine Core Functions API : Function Reference : dam_getIP_hcol
 

dam_getIP_hcol

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)
Table 124. 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.

See also

*dam_setIP_hcol