Uses of Interface
com.mckoi.database.jdbc.LocalBootable
-
Packages that use LocalBootable Package Description com.mckoi.database.jdbcserver Implementation of the DatabaseInterface interface, including classes to handle local (embedded) mode and remote (client/server) mode. -
-
Uses of LocalBootable in com.mckoi.database.jdbcserver
Classes in com.mckoi.database.jdbcserver that implement LocalBootable Modifier and Type Class Description class
DefaultLocalBootable
A bootable object that filters through to a JDBCDatabaseInterface but is thread-safe and multi-threaded.
-