Package com.mckoi.database.control


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