BBjRecordSet::getJDBCResultSet
Description
In BBj 9.0 and higher, this method returns a java.sql.ResultSet object containing all of the data in the BBjRecordSet.
Syntax
Return Value |
Method |
---|---|
getJDBCResultSet() |
Parameters
None.
Return Value
Returns a java.sql.ResultSet object representing the contents of the BBjRecordSet.
Remarks
The returned ResultSet can be used as any JDBC ResultSet and therefore has all of the ResultSet interface methods available. This method only returns values for SQLRecordSet and MemoryRecordSet; using it on a FileRecordSet will result in an !ERROR=80.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.