Parameter
|
Type
|
Description
|
IN
|
||
hstmt
|
DAM_HSTMT
|
The statement handle
|
hRow
|
DAM_HROW
|
The row handle
|
hCol
|
DAM_HCOL
|
The column handle
|
iXoType
|
int
|
Type of the stream.
|
pColVal
|
void *
|
LOB locator value, for example, File Handle.
|
IColValLen
|
long
|
The LOB locator value length.
|
RETURN
|
||
int
|
DAM_SUCCESS - added the locator to the row.
DAM_FAILURE - error adding the locator to the row.
|