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

dam_isSchemaTableFunction and dam_isSchemaTableFunctionW

This method checks, during the ipSchema method call, whether the table object passed is a table function or a table. The method returns TRUE if the table object is a table function. Otherwise, it returns FALSE.
short int dam_ isSchemaTableFunction(DAMOBJ_TABLEOBJ* pObj)
Short int dam_ isSchemaTableFunctionW(DAMOBJ_TABLEOBJ* pObj)
 
Table 191: Parameters for dam_ isSchemaTableFunction and dam_ isSchemaTableFunctionW
Parameter
Type
Description
IN
 
 
pObj
DAMOBJ_TABLEOBJ*
The handle of the table schema object.
RETURNS
 
 
TRUE/FALSE
short int
TRUE- if the argument is a table function.
FALSE- if the argument is a table.