JDBC (InterClient 2.5)
Removing Deprecated JRE API calls from InterClient
This feature has been implemented so that now the InterClient code is up to date with
the latest shipping JREs (1.3). The only requirement for the implementation of this
functionality is the existence of Java 2 on the platform. This implementation allows
InterBase to be stronger now that the code has moved to the most currently maintained
JRE.
New JDBC methods
Class: DatabaseMetaData
Methods: supportsMixedCaseQuotedIdentifiers()
storesMixedCaseQuotedIdentifiers()
getIdentifierQuoteString()
Description: Added quoted identifier support for InterBase 6, dialect 3 onwards for the
above methods in DatabaseMetaData class.
Class: ResultSet
Method: getBigDecimal()
Description: Added the getBigDecimal() functions without scale. The older and now
depricated functions took 2 arguments getBigDecimal(int, int scale) or
getBigDecimal(string, int scale), the new ones take getBigDecimal(int) and
getBigDecimal(String).
FEATURE OVERVIEW
Do'stlaringiz bilan baham: |