Uses of Class
org.sqlite.swig.SWIGTYPE_p_p_sqlite3_blob

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

Uses of SWIGTYPE_p_p_sqlite3_blob in org.sqlite.swig
 

Subclasses of SWIGTYPE_p_p_sqlite3_blob in org.sqlite.swig
static class SQLite3.SQLite3BlobPtrPtr
          sqlite3_blob** wrapper class.
 

Methods in org.sqlite.swig that return SWIGTYPE_p_p_sqlite3_blob
static SWIGTYPE_p_p_sqlite3_blob SQLite3.new_p_p_sqlite3_blob()
           
 

Methods in org.sqlite.swig with parameters of type SWIGTYPE_p_p_sqlite3_blob
static void SQLite3.delete_p_p_sqlite3_blob(SWIGTYPE_p_p_sqlite3_blob self)
           
static SWIGTYPE_p_sqlite3_blob SQLite3.get_p_sqlite3_blob(SWIGTYPE_p_p_sqlite3_blob self)
           
protected static long SWIGTYPE_p_p_sqlite3_blob.getCPtr(SWIGTYPE_p_p_sqlite3_blob obj)
           
static int SQLite3.sqlite3_blob_open(SWIGTYPE_p_sqlite3 arg0, java.lang.String zDb, java.lang.String zTable, java.lang.String zColumn, long iRow, int flags, SWIGTYPE_p_p_sqlite3_blob ppBlob)