Uses of Class
com.mckoi.database.jdbcserver.AbstractJDBCDatabaseInterface
-
Packages that use AbstractJDBCDatabaseInterface 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 AbstractJDBCDatabaseInterface in com.mckoi.database.jdbcserver
Subclasses of AbstractJDBCDatabaseInterface in com.mckoi.database.jdbcserver Modifier and Type Class Description class
JDBCDatabaseInterface
An implementation of jdbc.DatabaseInterface on the server-side.
-