Download List

Descripción del Proyecto

SQLite JDBC Driver for Mysaifu JVM and SQLite JNI Library for Windows (x86) and Linux (i386/PowerPC) and Mac OS X (Intel).

System Requirements

System requirement is not defined

Publicado: 2008-03-10 22:18
sqlite3jdbc 0.0.6 (3 files Ocultar)

Release Notes

SQLite3 JDBC Driver for Mysaifu JVM version 0.0.6 release.

Changelog

【修正一覧】
JdbcDatabaseMetaData#getSchemaTerm()の戻り値をnullに変更。
JdbcDatabaseMetaData#usesLocalFiles()がtrueとfalseを逆に返していたバグを修正。

【追加機能一覧】
CommitHook、RollbackHook、UpdateHookに対応。
・JdbcConnection#setCommitHook()メソッドにorg.sqlite.event.CommitHookの実装クラスを指定する。
・JdbcConnection#setRollbackHook()メソッドにorg.sqlite.event.RollbackHookの実装クラスを指定する。
・JdbcConnection#setUpdateHook()メソッドにorg.sqlite.event.UpdateHookの実装クラスを指定する。
Multiple ResultSetsに対応。
・JdbcStatement#execute(String)とJdbcStatement#getMoreResults(int)の実装を修正。

【その他】
CommitHook、RollbackHook、UpdateHookのサンプルコードを追加。