skip to main content
OpenAccess SDK SQL Engine core methods for .NET : Methods for .NET reference : dam_describeTableCorrelationName
 

dam_describeTableCorrelationName

This method returns the correlation name (Alias Name) of the current table being processed. You must pass buffers with enough memory for each of the values you need.
void dam_describeTableCorrelationName(
int64 hstmt,
StringBuilder pCorrelationName)
 
Table 121: Parameters for dam_describeTableCorrelationName 
Parameter
Type
Description
IN
 
 
hstmt
int64
The statement handle
OUT
 
 
pCorrelationName
StringBuilder
The table alias name in the query. If alias name is not explicitly specified in the query, empty string is returned.