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 class
InternalJDBCHelper.InternalDatabaseInterface
An 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 class
DefaultLocalBootable.LocalJDBCDatabaseInterface
A local implementation of JDBCDatabaseInterface that will dispose the parent LocalBootable object when the last open connection is disposed.class
JDBCDatabaseInterface
An implementation of jdbc.DatabaseInterface on the server-side.
-