(String path)
| 57 | void removeDatabaseListener(DatabaseListener listener); |
| 58 | |
| 59 | void open(String path) throws ClassNotFoundException, Exception; |
| 60 | |
| 61 | /** |
| 62 | * Closes the database. If the parameter {@code compact} is {@code true}, the database will be |
no outgoing calls
no test coverage detected