Powered by Zoomin Software. For more details please contactZoomin

DataDirect OpenAccess SDK Help

dam_isSchemaTableFunction/ dam_isSchemaTableFunctionW

dam_isSchemaTableFunction/ dam_isSchemaTableFunctionW

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

This function checks, during the OAIP_schema function call, whether the table object passed is a table function or a table. The function 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)

Parameters for dam_ isSchemaTableFunction/dam_ isSchemaTableFunctionW

Parameter Type Description
IN
pObj DAMOBJ_​TABLEOBJ* The handle of the table schema object.
RETURN
TRUE/FALSE short int TRUE- if the argument is a table function.
FALSE- if the argument is a table.
TitleResults for “How to create a CRG?”Also Available inAlert