Download List

프로젝트 설명

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

Released at 2008-03-06 22:34
sqlite3jdbc 0.0.5 (3 files Hide)

Release Notes

SQLite3 JDBC Driver for Mysaifu JVM version 0.0.5 release.

Changelog

【修正一覧】
JdbcConnectionの以下のメソッド名を変更。
・registerFunction() -> createFunction()
・unregisterFunction() -> dropFunction()
・registerCollation() -> createCollation()
・unregisterCollation() -> dropCollation()
JdbcDatabaseMetaData#getMaxTablesInSelect()の戻り値を64に変更。

【追加機能一覧】
Authorizationに対応。
・JdbcConnection#setAuthorizer()メソッドにorg.sqlite.auth.Authorizerの実装クラスを指定する。
BusyHandlerに対応。
・JdbcConnection#setBusyHandler()メソッドにorg.sqlite.event.BusyHandlerの実装クラスを指定する。
ProgressHandlerに対応。
・JdbcConnection#setProgressHandler()メソッドにorg.sqlite.event.ProgressHandlerの実装クラスを指定する。

【その他】
サンプルコードを追加(READMEを参照)。
JavaDocコメントの充実。