Result sets

The HCL OneDB™ JDBC Driver implementation of the Statement.execute() method returns a single ResultSet object. Because the server does not support multiple ResultSet objects, this implementation differs from the JDBC API specification, which states that the Statement.execute() method can return multiple ResultSet objects.

Returning multiple Result Sets is not supported by the HCL OneDB JDBC Driver.