dam_isTableFunction
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This function checks, during the OAIP_execute function call, whether the table handle passed is a table function or a table. It returns TRUE if the table handle is a table function. Otherwise, it returns FALSE.
dam_isTableFunction (DAM_STMT hstmt)
Parameters for dam_isTableFunction
| Parameter | Type | Description |
| IN | ||
| hstmt | DAM_HSTMT | The handle of the table schema object. |
| RETURN | ||
| TRUE/FALSE | short | TRUE- if the argument is a table function. FALSE-if the argument is a regular table. |