Package net.zetetic.database.sqlcipher
Interface SQLiteDatabaseHook
-
- All Implemented Interfaces:
public interface SQLiteDatabaseHook
-
-
Method Summary
Modifier and Type Method Description abstract voidpreKey(SQLiteConnection connection)Called immediately before keying the database. abstract voidpostKey(SQLiteConnection connection)Called immediately after keying the database. -
-
Method Detail
-
preKey
abstract void preKey(SQLiteConnection connection)
Called immediately before keying the database.
-
postKey
abstract void postKey(SQLiteConnection connection)
Called immediately after keying the database.
-
-
-
-