[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[jfriends-ml 12749] Re: 議事録「 Java 言語仕様第 3 版を読む会(第 7 回)」



  高橋(智)です。

  JDBC 3.0 から JDBC 4.0 へのアップデートに関して、JDBC 4.0 の仕様書では
次のように述べられています。
---- jdbc4.0-fr-spec.pdf から抜粋して引用 ----------------
8. Maintain backward compatibility with existing applications and drivers
Existing JDBC technology-enabled drivers ( JDBC drivers) and the applications
that use them must continue to work in an implementation of the Java virtual
machine that supports the JDBC 4.0 API. Applications that use only features
defined in earlier releases of the JDBC API will not require changes to continue
running. It should be straightforward for existing applications to migrate to
JDBC 4.0 technology.
---------------------------------------------------------

-- 
高橋智宏

"TAKAHASHI,Toru" wrote:
snip 
> 13.4.6
> 例) 古いJDBCのインタフェースを実装したクラスを、新しいJDBC(JDK)の環境で
> 動かすことはできるが、コンパイルはエラーとなる(新しいJDBCでインタフェー
> スにメソッドが追加されている)
snip