|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
---|
Subclasses of SWIGTYPE_p_p_sqlite3 in org.sqlite.swig | |
---|---|
static class |
SQLite3.SQLite3PtrPtr
sqlite3** wrapper class. |
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_v2(java.lang.String filename,
SWIGTYPE_p_p_sqlite3 ppDb,
int flags,
java.lang.String zVfs)
|
static int |
SQLite3.sqlite3_open(java.lang.String filename,
SWIGTYPE_p_p_sqlite3 ppDb)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |