|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sqlite.callback.Callback
public abstract class Callback
SQLite Callback function class.
Constructor Summary | |
---|---|
Callback()
|
Method Summary | |
---|---|
void |
delete()
delete this object from the heap memory. |
boolean |
isRegistered()
true if this object is registered. |
abstract void |
register(SWIGTYPE_p_sqlite3 db)
Register this object to the database. |
abstract void |
unregister(SWIGTYPE_p_sqlite3 db)
Unregister this object from the database. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Callback()
Method Detail |
---|
public boolean isRegistered()
public abstract void register(SWIGTYPE_p_sqlite3 db) throws java.sql.SQLException
db
- the database handle.
java.sql.SQLException
- if a database access error occurs.public abstract void unregister(SWIGTYPE_p_sqlite3 db) throws java.sql.SQLException
db
- the database handle.
java.sql.SQLException
- if a database access error occurs.public final void delete()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |