LoginSignup
0
0

More than 5 years have passed since last update.

JDBCドライバサポートマトリクス

Last updated at Posted at 2015-12-17

JDBCドライバのサポートマトリクス。
ドライバのダウンロードも可能。
[PostgreSQL JDBC Driver] https://jdbc.postgresql.org/download.html

以下、抜粋(2015/12/17時点)

JDK 1.1 - JDBC 1. Note that with the 8.0 release JDBC 1 support has been removed, so look to update your JDK when you update your server.
JDK 1.2, 1.3 - JDBC 2.
JDK 1.3 + J2EE - JDBC 2 EE. This contains additional support for javax.sql classes.
JDK 1.4, 1.5 - JDBC 3. This contains support for SSL and javax.sql, but does not require J2EE as it has been added to the J2SE release.
JDK 1.6 - JDBC4. Support for JDBC4 methods is not complete, but the majority of methods are implemented.
JDK 1.7 - JDBC41. Support for JDBC4 methods is not complete, but the majority of methods are implemented.
JDK 1.8 - JDBC42. Support for JDBC4 methods is not complete, but the majority of methods are implemented.code

念の為、キャプチャ(2015/12/17時点)
suport.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0