クラス
org.sqlite.event.BusyHandler の使用

BusyHandler を使用しているパッケージ
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.swig Provides the classes necessary to invoke a SQLite C Interface API. 
 

org.sqlite での BusyHandler の使用
 

BusyHandler 型のパラメータを持つ org.sqlite のメソッド
 void Database.clearBusyHandler(BusyHandler busy)
          invoke sqlite3_busy_handler() function.
 void Database.setBusyHandler(BusyHandler busy)
          invoke sqlite3_busy_handler() function.
 

org.sqlite.jdbc での BusyHandler の使用
 

BusyHandler 型のパラメータを持つ org.sqlite.jdbc のメソッド
 void JdbcConnection.setBusyHandler(BusyHandler busy)
          invoke sqlite3_busy_handler() function.
 

org.sqlite.swig での BusyHandler の使用
 

BusyHandler 型のパラメータを持つ org.sqlite.swig のメソッド
static int SQLite3.clear_busy_handler(SWIGTYPE_p_sqlite3 db, BusyHandler busy)
           
static int SQLite3.set_busy_handler(SWIGTYPE_p_sqlite3 db, BusyHandler busy)