Develop and Download Open Source Software

View 0.0.5 - Change Log

category(Tag) tree

file info

category(Tag)
root
file name
sqlite3jdbc_0.0.5_-_Changes
last update
2008-03-06 23:27
type
Plain Text
editor
calico
description
0.0.5 - Change Log
language
English
translate
【修正一覧】
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コメントの充実。
SourceForge.JP is a Japanese version of SourceForge.net. For developments that are not related to Japan, we recommend you to use SourceForge.net.