Package org.sqlite
Interface SQLiteCommitListener
-
public interface SQLiteCommitListener
https://www.sqlite.org/c3ref/commit_hook.html
-
-
Method Summary
Modifier and Type Method Description void
onCommit()
void
onRollback()
-
public interface SQLiteCommitListener
Modifier and Type | Method | Description |
---|---|---|
void |
onCommit() |
|
void |
onRollback() |