-
Type:
Enhancement
-
Resolution: Not an Issue
-
Priority:
P4
-
None
-
Affects Version/s: 11, 12, 13
-
Component/s: core-libs
ADDITIONAL SYSTEM INFORMATION :
This method is not available upto java 11.0.2
A DESCRIPTION OF THE PROBLEM :
The current java.sql.ResultSet has no getBigInteger method. As of mysql 8 the, the generated primary key could be a BigInteger. So it will be very useful if there are getBigInteger methods in java.sql.ResultSet like getLong
This method is not available upto java 11.0.2
A DESCRIPTION OF THE PROBLEM :
The current java.sql.ResultSet has no getBigInteger method. As of mysql 8 the, the generated primary key could be a BigInteger. So it will be very useful if there are getBigInteger methods in java.sql.ResultSet like getLong