Uses of Class
org.sqlite.swig.SWIGTYPE_p_p_sqlite3

Packages that use SWIGTYPE_p_p_sqlite3
org.sqlite.swig Provides the classes necessary to invoke a SQLite C Interface API. 
 

Uses of SWIGTYPE_p_p_sqlite3 in org.sqlite.swig
 

Methods in org.sqlite.swig that return SWIGTYPE_p_p_sqlite3
static SWIGTYPE_p_p_sqlite3 SQLite3.new_p_p_sqlite3()
           
 

Methods in org.sqlite.swig with parameters of type SWIGTYPE_p_p_sqlite3
static void SQLite3.delete_p_p_sqlite3(SWIGTYPE_p_p_sqlite3 self)
           
static SWIGTYPE_p_sqlite3 SQLite3.get_p_sqlite3(SWIGTYPE_p_p_sqlite3 self)
           
protected static long SWIGTYPE_p_p_sqlite3.getCPtr(SWIGTYPE_p_p_sqlite3 obj)
           
static int SQLite3.sqlite3_open(java.lang.String filename, SWIGTYPE_p_p_sqlite3 ppDb)