Output ResultSet exceptions
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Output ResultSet exceptions
OpenEdge defines ProSQLException, which
is returned from all methods on an OUTPUT TABLE or TABLE-HANDLE ResultSet,
including the SDOResultSet object. For example:
|
ProSQLException adds a method, getProException(),
which returns an OutputSetException.
The SDOResultSet is an interface that maps to ABL SmartDataObjects running on PAS for OpenEdge. For more information on SDOResultSet objects and how to handle exceptions for them, see Use SmartDataObjects from Java Clients.