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

dam_getNextInsertRow

This function gets the next row of data to be used for inserting into your data source.
Related functions:
*dam_getFirstValueSet and dam_getNextValueSet step through the columns of the insert row.
*dam_getColToSet and dam_getValueToSet retrieve the corresponding column handle and the associated value.
*dam_describeCol with the column handle retrieves the name and number of the target column.
DAM_HROW dam_getNextInserRow(
DAM_HSTMT hstmt)
Table 137. Parameters for dam_getNextInsertRow
Parameter
Type
Description
IN
hstmt
DAM_HSTMT
Statement handle.
RETURN
DAM_HROW
Handle to the insert row. NULL is returned if an insert row is not available.

See also

*dam_describeCol
*dam_getColToSet
*dam_getFirstValueSet
*dam_getNextValueSet
*dam_getValueToSet