|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sqlite.swig.SWIGTYPE_p_p_sqlite3
org.sqlite.swig.SQLite3.SQLite3PtrPtr
public static class SQLite3.SQLite3PtrPtr
sqlite3** wrapper class.
Constructor Summary | |
---|---|
SQLite3.SQLite3PtrPtr()
default constructor. |
Method Summary | |
---|---|
void |
allocateHandle()
Allocate sqlite3* value. |
void |
delete()
Delete this object. |
protected void |
finalize()
invoke delete() method. |
SWIGTYPE_p_sqlite3 |
getSQLite3Ptr()
Returns the sqlite3* value. It is necessary to invoke the allocateHandle() method beforehand. |
boolean |
isDeleted()
|
Methods inherited from class org.sqlite.swig.SWIGTYPE_p_p_sqlite3 |
---|
getCPtr |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SQLite3.SQLite3PtrPtr()
Method Detail |
---|
public boolean isDeleted()
public void delete()
SQLite3.delete_p_p_sqlite3(SWIGTYPE_p_p_sqlite3)
public void allocateHandle()
SQLite3.get_p_sqlite3(SWIGTYPE_p_p_sqlite3)
public SWIGTYPE_p_sqlite3 getSQLite3Ptr()
allocateHandle()
protected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable
delete()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |