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 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.MConnection JDBC implementation of the connection object to a Mckoi database.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 AbstractStreamableObject An abstract class that provides various convenience behaviour for creating streamable java.sql.Blob and java.sql.Clob classes.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.MckoiConnection Wraps a Connection and provides Mckoi specific extensions that are outside the JDBC specification.MConnection JDBC implementation of the connection object to a Mckoi database.MConnection.TriggerDispatchThread The thread that handles all dispatching of trigger events.MResultSet Implementation of a ResultSet.MStatement An implementation of JDBC Statement.ProtocolConstants Constants used in the JDBC database communication protocol.QueryResponse The response to a query executed via the 'execQuery' method in the DatabaseInterface interface.RemoteDatabaseInterface An abstract implementation of DatabaseInterface that retrieves information from a remote server host.RemoteDatabaseInterface.ConnectionThread The connection thread that can dispatch commands concurrently through the in/out pipe.RemoteDatabaseInterface.MByteArrayOutputStream A ByteArrayOutputStream that allows us access to the underlying byte[] array.RemoteDatabaseInterface.ServerCommand Represents the data in a command from the server.ResultPart A container class that holds a part of a result set.RowCache A Cache that stores rows retrieved from the server in result set's.SQLQuery Represents an SQL Query to the database.StreamableObjectPart Represents a response from the server for a section of a streamable object.StreamDatabaseInterface An stream implementation of an interface to a McKoi database.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.ProtocolConstants Constants used in the JDBC database communication protocol.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.