org.sqlite.swig
Class SQLite3.SQLite3BlobPtrPtr

java.lang.Object
  extended by org.sqlite.swig.SWIGTYPE_p_p_sqlite3_blob
      extended by org.sqlite.swig.SQLite3.SQLite3BlobPtrPtr
Enclosing class:
SQLite3

public static class SQLite3.SQLite3BlobPtrPtr
extends SWIGTYPE_p_p_sqlite3_blob

sqlite3_blob** wrapper class.

See Also:
A Handle To An Open BLOB

Constructor Summary
SQLite3.SQLite3BlobPtrPtr()
          default constructor.
 
Method Summary
 void delete()
          Delete this object.
protected  void finalize()
          invoke delete() method.
 SWIGTYPE_p_sqlite3_blob getSQLite3BlobPtr()
          Returns the sqlite3_blob* value.
 boolean isDeleted()
           
 
Methods inherited from class org.sqlite.swig.SWIGTYPE_p_p_sqlite3_blob
getCPtr
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLite3.SQLite3BlobPtrPtr

public SQLite3.SQLite3BlobPtrPtr()
default constructor.

Method Detail

isDeleted

public boolean isDeleted()

delete

public void delete()
Delete this object.

See Also:
SQLite3.delete_p_p_sqlite3_blob(SWIGTYPE_p_p_sqlite3_blob)

getSQLite3BlobPtr

public SWIGTYPE_p_sqlite3_blob getSQLite3BlobPtr()
Returns the sqlite3_blob* value.

Returns:
the sqlite3_blob* value.
See Also:
SQLite3.get_p_sqlite3_blob(SWIGTYPE_p_p_sqlite3_blob)

finalize

protected void finalize()
                 throws java.lang.Throwable
invoke delete() method.

Overrides:
finalize in class java.lang.Object
Throws:
java.lang.Throwable
See Also:
delete()