Powered by Zoomin Software. For more details please contactZoomin

DataDirect OpenAccess SDK Help

dam_describeCustomCond

  • Last Updated: May 12, 2026
  • 1 minute read
    • OpenAccess SDK
    • Version 8.1
    • Documentation

This method is used to retrieve the description of a custom condition, including the column, operator, name of the scalar function, and any parameters passed to the function.

int dam_describeCustomCond(
     long          hstmt,
     long          hcond,
     xo_long       phCol,
     xo_int        piOpType,
     StringBuffer  pScalarName,
     xo_long       phValExpList)

Parameters for dam_describeCustomCond

Parameter Type Description
IN
hstmt DAM_HSTMT The statement handle.
hcond DAM_HCOND The custom condition handle.
OUT
phCol xo_long The handle to the column associated with the condition.
piOpType xo_int The operator type. See Table: Operator Types for Conditions for the description of supported operators and their associated values.
pScalarName StringBuffer The scalar function name.
phValExpList xo_long The handle to the value expression list that contains the arguments to the scalar function.
RETURN
int DAM_SUCCESS - valid condition is returned.
DAM_FAILURE - the operation failed.

See also:

TitleResults for “How to create a CRG?”Also Available inAlert