com.mckoi.database.global |
com.mckoi.database.global - Constants
This package includes database constants such as
Types.
|
Java Source File Name | Type | Comment |
BlobAccessor.java | Interface | An interface that provides access to basic information about a BLOB so that
we may compare BLOBs implemented in different ways. |
BlobRef.java | Interface | A lightweight interface that is a reference to a blob in a BlobStore. |
ByteLongObject.java | Class | A byte array that can be transferred between the client and server. |
CastHelper.java | Class | Various utility methods for helping to cast a Java object to a type that
is conformant to an SQL type. |
ClobRef.java | Interface | A reference to a large character object in the database. |
ColumnDescription.java | Class | This is a description of a column and the data it stores. |
NullObject.java | Class | A Null Object. |
ObjectTransfer.java | Class | Provides static methods for transfering different types of objects over
a Data input/output stream. |
ObjectTranslator.java | Class | This object compliments ObjectTransfer and provides a method to translate
any object into a type the database engine can process. |
Ref.java | Interface | An interface that represents a reference to a object that isn't stored in
main memory. |
SQLTypes.java | Interface | A JDBC independant type definition list. |
StandardMessages.java | Class | This class contains a number of standard messages that are displayed
throughout the operation of the database. |
StreamableObject.java | Class | An object that is streamable (such as a long binary object, or
a long string object). |
StringAccessor.java | Interface | An interface used by the engine to access and process strings. |
StringObject.java | Class | A concrete implementation of StringAccessor that uses a java.lang.String
object. |
Types.java | Interface | The possible types used in the database. |
TypeUtil.java | Class | Utility for converting to and from 'Types' objects. |