Uses of Class
org.sqlite.event.BusyHandler

Packages that use 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. 
 

Uses of BusyHandler in org.sqlite
 

Methods in org.sqlite with parameters of type BusyHandler
 void Database.setBusyHandler(BusyHandler busy)
          invoke sqlite3_busy_handler() function.
 

Uses of BusyHandler in org.sqlite.jdbc
 

Methods in org.sqlite.jdbc with parameters of type BusyHandler
 void JdbcConnection.setBusyHandler(BusyHandler busy)
          invoke sqlite3_busy_handler() function.
 

Uses of BusyHandler in org.sqlite.swig
 

Methods in org.sqlite.swig with parameters of type BusyHandler
static int SQLite3.sqlite3_busy_handler(SWIGTYPE_p_sqlite3 db, BusyHandler busy)
           
static int SQLite3.sqlite3_clear_busy_handler(SWIGTYPE_p_sqlite3 db, BusyHandler busy)