Result sets

The 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 .


Copyright© 2020 HCL Technologies Limited