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.
|
Class and Description |
---|
MDriver
JDBC implementation of the driver for the Mckoi database.
|
Class and Description |
---|
SQLQuery
Represents an SQL Query to the database.
|
Class and Description |
---|
SQLQuery
Represents an SQL Query to the database.
|
Class and 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.
|
Class and 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.
|
Copyright © 2015. All rights reserved.