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

dam_getBulkValueToSet

This method returns an object array for the specified statement handle and row element.
Object[] dam_getBulkValueToSet(long hstmt,
         long hRowElem,
         xo_long iRowCount)
Table 162. Parameters for dam_getBulkValueToSet
Parameters
Type
Description
INPUT
hstmt
long
The statement handle.
hRowElem
long
The row element.
iRowCount
xo_long
The row handle.
RETURN
Object[]
An array of objects.
Object[] - on success.
NULL - on failure.