Parameter
|
Type
|
Description
|
IN
|
|
|
hquery
|
int64
|
The query handle
|
OUT
|
|
|
phTable
|
int64
|
The handle to the delete table
Use damex_describeTable to get the table details.
|
phSearchExp
|
int64
|
The handle to the search expression in the WHERE clause. Use damex_describeLogicExp to get details about the logical search expression.
|
RETURN
|
|
|
|
int
|
DAM_SUCCESS – on success
DAM_FAILURE – on failure
|