Parameter
|
Type
|
Description
|
IN
|
|
|
hstmt
|
int64
|
Statement handle.
|
locator
|
Object
|
LOB locator value, which is added in dam_addLOBLocatorValToRow.
|
iXOType
|
int
|
XOtype specified in dam_addLOBLocatorValToRow.
|
iOpType
|
int
|
Type of LOB Locator options. Valid values are LOB_FIRST, LOB_NEXT, and LOB_CLOSE.
|
Buffer
|
char()
byte()
|
The Buffer location, into which the IP can populate data.
|
IBufferLen
|
long
|
The ioTargetValPtr buffer length.
|
OUT
|
|
|
piLenOrInd
|
int64
|
The Length or Indicator pointer.
|
RETURN
|
|
|
|
int
|
DAM_SUCCESS – on success
DAM_SUCCESS_WITH_INFO - if LOB data was copied to the buffer and there is more data to fetch for the LOB.
DAM_FAILURE – on failure
|