Package | Description |
---|---|
com.mckoi |
The Mckoi Database; the JDBC driver is in this package.
|
com.mckoi.database |
The core database classes for Mckoi.
|
com.mckoi.database.control | |
com.mckoi.database.global |
This package includes database constants such as
Types.
|
com.mckoi.database.interpret | |
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.database.procedure | |
com.mckoi.database.regexbridge |
Implementations of the RegexLibrary interface,
which allows the application to select which regular expression package
to use.
|
com.mckoi.database.sql |
These classes parse SQL statements in Mckoi.
|
com.mckoi.debug |
Debugging classes for Mckoi.
|
com.mckoi.jfccontrols |
JFC classes to access a Mckoi database from a Swing application.
|
com.mckoi.runtime |
The main (starting) class for a Mckoi database server.
|
com.mckoi.store | |
com.mckoi.tools |
Tools for manipulating a Mckoi database.
|
com.mckoi.util |
Miscellaneous utility classes.
|