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-01 01:27
sqlite3jdbc 0.0.3 (3 files Ocultar)

Release Notes

SQLite3 JDBC Driver for Mysaifu JVM version 0.0.3 release.

Changelog

【バグ修正一覧】
org.sqlite.jdbc.JdbcStatementクラス
・execute(String) - Bug #11981

org.sqlite.jdbc.JdbcPreparedStatementクラス
・execute() - Bug #11981

【実装メソッド一覧】
org.sqlite.jdbc.JdbcBlobクラス
・position(byte[], long)
・position(Blob, long)

org.sqlite.jdbc.JdbcDatabaseMetaDataクラス
・getSchemas()
・getBestRowIdentifier()
・getVersionColumns() ※空のResultSetを返す。
・getPrimaryKeys()
・getImportedKeys()
・getExportedKeys()
・getCrossReference()
・getIndexInfo()
・getSQLStateType()

org.sqlite.jdbc.JdbcPreparedStatementクラス
・addBatch()

【追加機能一覧】
ユーザ定義関数に対応。
・JdbcConnection#registerFunction()メソッドにorg.sqlite.udf.ScalarFunctionまたはorg.sqlite.udf.AggregateFunctionの実装クラスを指定する。
 
【その他】
JavaDocコメントの充実。