Uses of Interface
io.roastedroot.sqlite4j.SQLiteCommitListener
-
Packages that use SQLiteCommitListener Package Description io.roastedroot.sqlite4j io.roastedroot.sqlite4j.core -
-
Uses of SQLiteCommitListener in io.roastedroot.sqlite4j
Methods in io.roastedroot.sqlite4j with parameters of type SQLiteCommitListener Modifier and Type Method Description voidSQLiteConnection. addCommitListener(SQLiteCommitListener listener)Add a listener for DB commit/rollback events, see https://www.sqlite.org/c3ref/commit_hook.htmlvoidSQLiteConnection. removeCommitListener(SQLiteCommitListener listener)Remove a listener registered for DB commit/rollback events. -
Uses of SQLiteCommitListener in io.roastedroot.sqlite4j.core
Fields in io.roastedroot.sqlite4j.core with type parameters of type SQLiteCommitListener Modifier and Type Field Description protected Set<SQLiteCommitListener>DB. commitListenersMethods in io.roastedroot.sqlite4j.core with parameters of type SQLiteCommitListener Modifier and Type Method Description voidDB. addCommitListener(SQLiteCommitListener listener)voidDB. removeCommitListener(SQLiteCommitListener listener)
-