Implementation of JDBC 4.2 getLargeMaxRows()

Details

Detail name Value
Changelog Number 12571
Type New Feature
Status Resolved
Fix Versions Exasol 7.1.0
Resolution Date 2021-08-03

New Feature

The JDBC 4.2 Standard defines a method called getLargeMaxRows().
Calling this method returns the maximum number of rows a resultset object can hold.
When this limit is exceeded, the rest of the rows are dropped silently.

This method is available now.

Changed behavior

getLargeMaxRows() will return the correct value if maxRows were set in setLargeMaxRows() or setMaxRows()