dam_getNextView
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This method gets the next view from all currently active views.
int dam_getNextView(
long hdbc,
StringBuffer pTableQualifier,
StringBuffer pTableOwner,
StringBuffer pTableName)
Parameters for dam_getNextView
| Parameter | Type | Description |
| INPUT | ||
| hdbc | long | Connection handle. |
| OUTPUT | ||
| pTableQualifier | StringBuffer | Qualifier name. |
| pTableOwner | StringBuffer | Owner name. |
| pTableName | StringBuffer | View name. |
| RETURN | ||
| int | DAM_SUCCESS - on success DAM_FAILURE - on failure DAM_NO_DATA_FOUND - end of views list |
|