Parameter
|
Type
|
Description
|
IN
|
|
|
hquery
|
int64
|
The query handle. When using this API in the row-based IP mode, DAM_HSTMT should be passed for the query handle.
|
hrow
|
int64
|
The update row handle.
|
OUT
|
|
|
phcol
|
int64
|
The column handle of the column to be updated
|
RETURN
|
|
|
|
int64
|
The handle to the update value expression. Use damex_describeValExp to get the value details.
|