Uses of Package
com.mckoi.database.jdbc
-
Packages that use com.mckoi.database.jdbc 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.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. -
Classes in com.mckoi.database.jdbc used by com.mckoi Class Description MDriver JDBC implementation of the driver for the Mckoi database. -
Classes in com.mckoi.database.jdbc used by com.mckoi.database Class Description SQLQuery Represents an SQL Query to the database. -
Classes in com.mckoi.database.jdbc used by com.mckoi.database.interpret Class Description SQLQuery Represents an SQL Query to the database. -
Classes in com.mckoi.database.jdbc used by com.mckoi.database.jdbc Class Description DatabaseCallBack An interface that is input to the DatabaseInterface as a way to be notified of event information from inside the database.DatabaseInterface The interface with the Database whether it be remotely via TCP/IP or locally within the current JVM.QueryResponse The response to a query executed via the 'execQuery' method in the DatabaseInterface interface.ResultPart A container class that holds a part of a result set.SQLQuery Represents an SQL Query to the database.StreamableObjectPart Represents a response from the server for a section of a streamable object.TriggerListener A listener that is notified when the trigger being listened to is fired. -
Classes in com.mckoi.database.jdbc used by com.mckoi.database.jdbcserver Class Description DatabaseCallBack An interface that is input to the DatabaseInterface as a way to be notified of event information from inside the database.DatabaseInterface The interface with the Database whether it be remotely via TCP/IP or locally within the current JVM.LocalBootable An interface that is implemented by an object that boots up the database.QueryResponse The response to a query executed via the 'execQuery' method in the DatabaseInterface interface.ResultPart A container class that holds a part of a result set.SQLQuery Represents an SQL Query to the database.StreamableObjectPart Represents a response from the server for a section of a streamable object.