Uses of Class
org.sqlite.profiler.Profiler

Packages that use Profiler
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 Profiler in org.sqlite
 

Methods in org.sqlite with parameters of type Profiler
 void Database.setProfiler(Profiler profiler)
          invoke sqlite3_profile() function.
 

Uses of Profiler in org.sqlite.jdbc
 

Methods in org.sqlite.jdbc with parameters of type Profiler
 void JdbcConnection.setProfiler(Profiler profiler)
          invoke sqlite3_profile() function.
 

Uses of Profiler in org.sqlite.swig
 

Methods in org.sqlite.swig with parameters of type Profiler
static void SQLite3.sqlite3_profile(SWIGTYPE_p_sqlite3 db, Profiler prof)