|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sqlite.callback.Callback
org.sqlite.event.CommitHook
public abstract class CommitHook
COMMIT TRANSACTION hook class.
JdbcConnection.setCommitHook(CommitHook)
,
JdbcConnection.clearCommitHook()
Constructor Summary | |
---|---|
CommitHook()
|
Method Summary | |
---|---|
static void |
clear(SWIGTYPE_p_sqlite3 db)
Unregister this object from the database. WARNING! Do not use this method because it is called internally. |
void |
register(SWIGTYPE_p_sqlite3 db)
invoke sqlite3_commit_hook() function and this object is registered in the database. WARNING! Do not use this method because it is called internally. |
void |
unregister(SWIGTYPE_p_sqlite3 db)
Unregister this object from the database. WARNING! Do not use this method because it is called internally. |
protected abstract int |
xCommit()
invoked whenever a transaction is committed. |
Methods inherited from class org.sqlite.callback.Callback |
---|
delete, isRegistered |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CommitHook()
Method Detail |
---|
public final void register(SWIGTYPE_p_sqlite3 db)
register
in class Callback
db
- the database handle.Database.setCommitHook(CommitHook)
public final void unregister(SWIGTYPE_p_sqlite3 db)
unregister
in class Callback
db
- the database handle.clear(org.sqlite.swig.SWIGTYPE_p_sqlite3)
public static final void clear(SWIGTYPE_p_sqlite3 db)
db
- the database handle.Database.clearCommitHook()
protected abstract int xCommit()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |