Uses of Class
com.mckoi.database.jdbcserver.AbstractJDBCDatabaseInterface
-
Packages that use AbstractJDBCDatabaseInterface Package Description com.mckoi.database The core database classes for Mckoi.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
Subclasses of AbstractJDBCDatabaseInterface in com.mckoi.database Modifier and Type Class Description private static classInternalJDBCHelper.InternalDatabaseInterfaceAn implementation of DatabaseInterface used to execute queries on the DatabaseConnection and return results to the JDBC client. -
Uses of AbstractJDBCDatabaseInterface in com.mckoi.database.jdbcserver
Subclasses of AbstractJDBCDatabaseInterface in com.mckoi.database.jdbcserver Modifier and Type Class Description private classDefaultLocalBootable.LocalJDBCDatabaseInterfaceA local implementation of JDBCDatabaseInterface that will dispose the parent LocalBootable object when the last open connection is disposed.classJDBCDatabaseInterfaceAn implementation of jdbc.DatabaseInterface on the server-side.
-