Uses of Package
com.mckoi.database.jdbc
Packages that use com.mckoi.database.jdbc
Package
Description
The Mckoi Database; the JDBC driver is in this package.
The core database classes for Mckoi.
The JDBC interface to Mckoi.
Implementation of the DatabaseInterface interface,
including classes to handle local (embedded) mode
and remote (client/server) mode.
-
Classes in com.mckoi.database.jdbc used by com.mckoi
-
Classes in com.mckoi.database.jdbc used by com.mckoi.database
-
Classes in com.mckoi.database.jdbc used by com.mckoi.database.interpret
-
Classes in com.mckoi.database.jdbc used by com.mckoi.database.jdbcClassDescriptionAn interface that is input to the DatabaseInterface as a way to be notified of event information from inside the database.The interface with the Database whether it be remotely via TCP/IP or locally within the current JVM.The response to a query executed via the 'execQuery' method in the DatabaseInterface interface.A container class that holds a part of a result set.Represents an SQL Query to the database.Represents a response from the server for a section of a streamable object.A listener that is notified when the trigger being listened to is fired.
-
Classes in com.mckoi.database.jdbc used by com.mckoi.database.jdbcserverClassDescriptionAn interface that is input to the DatabaseInterface as a way to be notified of event information from inside the database.The interface with the Database whether it be remotely via TCP/IP or locally within the current JVM.An interface that is implemented by an object that boots up the database.The response to a query executed via the 'execQuery' method in the DatabaseInterface interface.A container class that holds a part of a result set.Represents an SQL Query to the database.Represents a response from the server for a section of a streamable object.