JDBC support for new method Statemet.long getLargeUpdateCount()

Details

Detail name Value
Changelog Number 6891
Type New Feature
Status Resolved
Fix Versions Exasol 6.1.0, Exasol 6.0.13
Resolution Date 2018-10-25

Background

JDBC's standard method Statement.getUpdateCount returns an Integer data type, which is often not enough for operations in Exasol.
With Java 1.8, a new method Statement.getLargeUpdateCount was introduced, returning a larger data type.

News

Exasol JDBC driver version 6.0.13 adds support for this new function.
For more information see official JDBC documentation here

Changed behavior

Adds the method getLargeUpdateCount() to the Statement class.