Uses of Class
com.mckoi.database.jdbcserver.JDBCDatabaseInterface
-
Packages that use JDBCDatabaseInterface 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 JDBCDatabaseInterface in com.mckoi.database.jdbcserver
Subclasses of JDBCDatabaseInterface in com.mckoi.database.jdbcserver Modifier and Type Class Description private class
DefaultLocalBootable.LocalJDBCDatabaseInterface
A local implementation of JDBCDatabaseInterface that will dispose the parent LocalBootable object when the last open connection is disposed.
-