DEVFYI - Developer Resource - FYI

Which Java and java.sql data types map to my specific database types?

JDBC Interview Questions and Answers


(Continued from previous question...)

Which Java and java.sql data types map to my specific database 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.

(Continued on next question...)

Other Interview Questions