Uses of Package
com.mckoi.database.control
-
Packages that use com.mckoi.database.control Package Description com.mckoi.database The core database classes for Mckoi.com.mckoi.database.control com.mckoi.database.jdbc The JDBC interface to Mckoi.com.mckoi.database.jdbcserver Implementation of the DatabaseInterface interface, including classes to handle local (embedded) mode and remote (client/server) mode.com.mckoi.runtime The main (starting) class for a Mckoi database server. -
Classes in com.mckoi.database.control used by com.mckoi.database Class Description DBConfig A container object of configuration details of a database system. -
Classes in com.mckoi.database.control used by com.mckoi.database.control Class Description AbstractDBConfig An abstract implementation of DBConfig.DBConfig A container object of configuration details of a database system.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.ConfigProperty An object the describes a single configuration property and the default value for it. -
Classes in com.mckoi.database.control used by com.mckoi.database.jdbc Class Description DBConfig A container object of configuration details of a database system. -
Classes in com.mckoi.database.control used by com.mckoi.database.jdbcserver Class Description DBConfig A container object of configuration details of a database system.DBSystem An object used to access and control a single database system running in the current JVM. -
Classes in com.mckoi.database.control used by com.mckoi.runtime Class Description DBConfig A container object of configuration details of a database system.