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