| 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 | 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 | 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.
|
| 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 | 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 © 2018. All rights reserved.