1.

Which Java And Java.sql Data Types Map To My Specific Database Types?

Answer»

JDBC is, of necessity, reliant on the DRIVER and underlying DBMS. These do not always adhere to standards as closely as we would like, including differing names for standard Java TYPES. To deal with this, first, there are a number of tables AVAILABLE in the JDK JDBC DOCUMENTATION DEALING with types.

JDBC is, of necessity, reliant on the driver and underlying DBMS. These do not always adhere to standards as closely as we would like, including differing names for standard Java types. To deal with this, first, there are a number of tables available in the JDK JDBC documentation dealing with types.



Discussion

No Comment Found