Uses of Interface
com.mckoi.database.jdbc.LocalBootable
-
Packages that use LocalBootable Package Description com.mckoi.database.jdbc The JDBC interface to Mckoi.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.jdbc
Methods in com.mckoi.database.jdbc that return LocalBootable Modifier and Type Method Description private static LocalBootable
MDriver. createDefaultLocalBootable()
Creates a new LocalBootable object that is used to manage the connections to a database running locally. -
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.
-