Try OpenEdge Now
skip to main content
SQL Reference
JDBC Reference : Java Class Reference : DhSQLResultSet
 

DhSQLResultSet

Provides the stored procedure with a result set to return to the application that called the procedure.
The Java code in a stored procedure does not explicitly create DhSQLResultSet objects. Instead, when the SQL server creates a Java class from a CREATE PROCEDURE statement that contains a Result clause, it implicitly instantiates an object of type DhSQLResultSet, and calls it SQLResultSet.
Procedures invoke methods of the SQLResultSet instance to populate fields and rows of the result set.
* Constructors
* Parameters
* Throws
* DhSQLResultSet.insert
* DhSQLResultSet.makeNULL
* DhSQLResultSet.set