Powered by Zoomin Software. For more details please contactZoomin

DataDirect OpenAccess SDK Help

dam_describeTableCorrelationName/ dam_describeTableCorrelationNameW

dam_describeTableCorrelationName/ dam_describeTableCorrelationNameW

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

This function returns the correlation name (Alias Name) of the table being processed.

void dam_describeTableCorrelationName(
    int       hstmt, 
    char *    pCorrelationName)
    
void dam_describeTableCorrelationNameW(
    int       hstmt, 
    OAWCHAR * pCorrelationName)

Parameters for dam_describeTableCorrelationName/ dam_describeTableCorrelationNameW

Parameter Type Description
IN
hstmt DAM_HSTMT The statement handle.
OUT
pCorrelationName char *
OAWCHAR *
The table alias name in the query. If alias name is not explicitly specified in the query, an empty string is returned. Pass in a buffer of 128 characters.
TitleResults for “How to create a CRG?”Also Available inAlert