skip to main content
OpenAccess SDK SQL Engine core methods for Java : Exchanging data : dam_getIP_hcol
 

dam_getIP_hcol

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

*dam_setIP_hcol