Parameter
|
Type
|
Description
|
IN
|
||
Hstmt
|
DAM_HSTMT
|
The statement handle.
|
hRowElem
|
DAM_HROWELEM
|
The row element.
|
PpValBuffer
|
DAM_HBULKVAL*
|
The address of the buffer containing bulk/column values.
|
PpLenBuffer
|
DAM_BULKVALLEN**
|
The address of the buffer containing the lengths of the values in the bulk values buffer.
If the value length is -1, it indicates that the value is NULL.
|
PiValSize
|
long*
|
The size of each value in the buffer in bytes.
|
PiRowCount
|
long*
|
The total number of rows in the bulk.
|
RETURN
|
||
int
|
DAM_SUCCESS - on success.
DAM_FAILURE - on failure.
|