Uses of Class
org.sqlite.callback.ExecCallback

Packages that use ExecCallback
org.sqlite Provides the JDBC Driver class and the database access classes. 
org.sqlite.swig Provides the classes necessary to invoke a SQLite C Interface API. 
 

Uses of ExecCallback in org.sqlite
 

Methods in org.sqlite with parameters of type ExecCallback
 void Database.execute(java.lang.String sql, ExecCallback callback, SWIGTYPE_p_p_char errmsg)
          invoke sqlite3_exec() function.
 

Uses of ExecCallback in org.sqlite.swig
 

Methods in org.sqlite.swig with parameters of type ExecCallback
static int SQLite3.sqlite3_exec(SWIGTYPE_p_sqlite3 db, java.lang.String sql, ExecCallback callback, SWIGTYPE_p_p_char errmsg)