Work with SDOResultSet objects
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
This section describes how to use the methods supported on SDOResultSet, including both the subset of standard JDBC 2 methods and SDOResultSet extensions to JDBC 2. For information on the full JDBC 2 standard, see the JDBC 2 specification and the JDK API description. This section also describes other objects and methods that affect SDOResultSet functionality.
In the following sections, [Extension]
appears after the listed syntax for methods that are SDOResultSet extensions to JDBC 2. If a
section describes methods that are all SDOResultSet extensions, [Extension] also appears after the section title.
To apply some of these extensions, you must pass parameters to
the SDOResultSet factory method (_createSDOResult()),
which creates the SDOResultSet object.