Uses of Class
org.sqlite.swig.SWIGTYPE_p_sqlite3_blob

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

Uses of SWIGTYPE_p_sqlite3_blob in org.sqlite.swig
 

Methods in org.sqlite.swig that return SWIGTYPE_p_sqlite3_blob
static SWIGTYPE_p_sqlite3_blob SQLite3.get_p_sqlite3_blob(SWIGTYPE_p_p_sqlite3_blob self)
           
 SWIGTYPE_p_sqlite3_blob SQLite3.SQLite3BlobPtrPtr.getSQLite3BlobPtr()
          Returns the sqlite3_blob* value.
 

Methods in org.sqlite.swig with parameters of type SWIGTYPE_p_sqlite3_blob
protected static long SWIGTYPE_p_sqlite3_blob.getCPtr(SWIGTYPE_p_sqlite3_blob obj)
           
static int SQLite3.sqlite3_blob_bytes(SWIGTYPE_p_sqlite3_blob arg0)
           
static int SQLite3.sqlite3_blob_close(SWIGTYPE_p_sqlite3_blob arg0)
           
static int SQLite3.sqlite3_blob_read(SWIGTYPE_p_sqlite3_blob pBlob, byte[] BYTE, int n, int iOffset)
           
static int SQLite3.sqlite3_blob_write(SWIGTYPE_p_sqlite3_blob pBlob, byte[] BYTE, int n, int iOffset)