クラス
org.sqlite.jdbc.JdbcConnection の使用

JdbcConnection を使用しているパッケージ
org.sqlite Provides the JDBC Driver class and the database access classes. 
org.sqlite.jdbc Provides the API for accessing and processing data stored in a SQLite using the JDBC. 
 

org.sqlite での JdbcConnection の使用
 

JdbcConnection を返す org.sqlite のメソッド
 JdbcConnection Driver.connect(java.lang.String url, java.util.Properties info)
           
 

org.sqlite.jdbc での JdbcConnection の使用
 

JdbcConnection 型のパラメータを持つ org.sqlite.jdbc のコンストラクタ
JdbcPreparedStatement(Database db, JdbcConnection conn, java.lang.String sql)