Uses of Class
org.sqlite.swig.SWIGTYPE_p_sqlite3_vfs

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

Methods in org.sqlite that return SWIGTYPE_p_sqlite3_vfs
static SWIGTYPE_p_sqlite3_vfs Database.findVFS(java.lang.String vfsName)
          invoke sqlite3_vfs_find() function.
 

Methods in org.sqlite with parameters of type SWIGTYPE_p_sqlite3_vfs
static void Database.registerVFS(SWIGTYPE_p_sqlite3_vfs vfs, boolean makeDefault)
          invoke sqlite3_vfs_register() function.
static void Database.unregisterVFS(SWIGTYPE_p_sqlite3_vfs vfs)
          invoke sqlite3_vfs_unregister() function.
 

Uses of SWIGTYPE_p_sqlite3_vfs in org.sqlite.swig
 

Methods in org.sqlite.swig that return SWIGTYPE_p_sqlite3_vfs
static SWIGTYPE_p_sqlite3_vfs SQLite3.sqlite3_vfs_find(java.lang.String zVfsName)
           
 

Methods in org.sqlite.swig with parameters of type SWIGTYPE_p_sqlite3_vfs
protected static long SWIGTYPE_p_sqlite3_vfs.getCPtr(SWIGTYPE_p_sqlite3_vfs obj)
           
static int SQLite3.sqlite3_vfs_register(SWIGTYPE_p_sqlite3_vfs arg0, int makeDflt)
           
static int SQLite3.sqlite3_vfs_unregister(SWIGTYPE_p_sqlite3_vfs arg0)