Package com.mckoi.database.control
-
Interface Summary Interface Description DBConfig A container object of configuration details of a database system. -
Class Summary Class Description AbstractDBConfig An abstract implementation of DBConfig.DBController An object that provides methods for creating and controlling database systems in the current JVM.DBSystem An object used to access and control a single database system running in the current JVM.DefaultDBConfig Implements a default database configuration that is useful for setting up a database.TCPJDBCServer Attaches to a DBSystem, and binds a TCP port and serves queries for JDBC connections.