org.sqlite.types
Class SQLite3StmtPtrPtr

java.lang.Object
  extended by org.sqlite.swig.SWIGTYPE_p_p_sqlite3_stmt
      extended by org.sqlite.types.SQLite3StmtPtrPtr

public class SQLite3StmtPtrPtr
extends SWIGTYPE_p_p_sqlite3_stmt

sqlite3_stmt** wrapper class.


Constructor Summary
SQLite3StmtPtrPtr()
          default constructor.
 
Method Summary
 void delete()
          Delete this object.
protected  void finalize()
          invoke delete() method.
 SWIGTYPE_p_sqlite3_stmt getSQLite3StmtPtr()
          Returns the sqlite3_stmt* value.
 
Methods inherited from class org.sqlite.swig.SWIGTYPE_p_p_sqlite3_stmt
getCPtr
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLite3StmtPtrPtr

public SQLite3StmtPtrPtr()
default constructor.

See Also:
SQLite3.new_p_p_sqlite3_stmt()
Method Detail

delete

public void delete()
Delete this object.

See Also:
SQLite3.delete_p_p_sqlite3_stmt(SWIGTYPE_p_p_sqlite3_stmt)

getSQLite3StmtPtr

public SWIGTYPE_p_sqlite3_stmt getSQLite3StmtPtr()
Returns the sqlite3_stmt* value.

Returns:
the sqlite3_stmt* value.
See Also:
SQLite3.get_p_sqlite3_stmt(SWIGTYPE_p_p_sqlite3_stmt)

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()