skip to main content
OpenAccess SDK SQL Engine core methods for .NET : Methods for .NET reference : 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.
int dam_getIP_hcol(
int64 hstmt,
int64 hcol)
 
Table 151: 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.