| Package | Description |
|---|---|
| com.mckoi.database |
The core database classes for Mckoi.
|
| com.mckoi.database.global |
This package includes database constants such as
Types.
|
| com.mckoi.database.jdbc |
The JDBC interface to Mckoi.
|
| Class and Description |
|---|
| ColumnDescription
This is a description of a column and the data it stores.
|
| Ref
An interface that represents a reference to a object that isn't stored in
main memory.
|
| StringObject
A concrete implementation of StringAccessor that uses a java.lang.String
object.
|
| Types
The possible types used in the database.
|
| Class and Description |
|---|
| BlobAccessor
An interface that provides access to basic information about a BLOB so that
we may compare BLOBs implemented in different ways.
|
| ByteLongObject
A byte array that can be transferred between the client and server.
|
| ColumnDescription
This is a description of a column and the data it stores.
|
| NullObject
Deprecated.
do not use. Nulls are now handled via TObject and TType. This
method is only kept around for legacy with older databases.
|
| Ref
An interface that represents a reference to a object that isn't stored in
main memory.
|
| StringAccessor
An interface used by the engine to access and process strings.
|
| StringObject
A concrete implementation of StringAccessor that uses a java.lang.String
object.
|
| Class and Description |
|---|
| ByteLongObject
A byte array that can be transferred between the client and server.
|
| ColumnDescription
This is a description of a column and the data it stores.
|
Copyright © 2016. All rights reserved.