getTableObj method
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
Obtains the handle to the table object from the schemaobj_stat object. Use this method to retrieve the table object handle from a search object.
public long getTableObj()
Parameters for getTableObj with the schemaobj_stat Object
| Parameter | Type | Description |
| RETURN | ||
| Long | The handle to the table object. A null value if called for a table function. | |