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

dam_getBulkRowStatusArray

This method returns a byte array to indicate the insert status of each row during bulk insert.
byte[] dam_getBulkRowStatusArray(long hstmt)
Table 161. Parameters for dam_getBulkRowStatusArray
Parameters
Type
Description
INPUT
hstmt
long
The statement handle.
RETURN
byte[]
A byte array
DAM_SUCCESS - on success.
DAM_FAILURE - on failure.