In JDBC specification ( http://download.oracle.com/otndocs/jcp/jdbc-4_2-mrel2-spec/index.html) Appendix B, Types.BLOB type needs to be mapped to java.sql.Blob. In ...
SQLite JDBC, developed by Taro L. Saito, is a library for accessing and creating SQLite database files in Java. Our SQLiteJDBC library requires no configuration since ...