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

dam_describeColScalar

This method is used to check if the column is a scalar function that is being mapped to a column.
int dam_describeColScalar(
int64 hcol,
StringBuilder pScalarFuncName)
 
Table 106: Parameters for dam_describeColScalar 
Parameter
Type
Description
IN
 
 
hcol
int64
The handle of the column
OUT
 
 
pScalarFuncName
StringBuilder
The name of the scalar function
RETURN
 
 
 
int
TRUE – the column is mapped from a scalar function.
FALSE – the base column.

See also 

dam_describeColScalarEx2