workbench.db.shutdown |
Classes to that are used to shutdown embedded engines properly.
The DbShutdownFactory is used to create instances of the DbShutdownHook interface.
This is used by the {@link workbench.db.ConnectionMgr}.
|
Java Source File Name | Type | Comment |
DbShutdownFactory.java | Class | A factory to create instances of the DbShutdownHook interface. |
DbShutdownHook.java | Interface | |
DerbyShutdownHook.java | Class | A Shutdown hook for Apache Derby. |
HsqlShutdownHook.java | Class | A Shutdown hook for H2 Database. |