Description
Methods of the DhSQLResultSet class populate a result set that the stored procedure returns to the application that called the procedure.
The Java code in a stored procedure does not explicitly create DhSQLResultSet objects. Instead, when FairCom DB SQL 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.
Limit: DhSQLResultSet is limited to 50 columns.
Constructors
No explicit constructor
Parameters
None
Throws
DhSQLException