Package com.mckoi.database.global


package com.mckoi.database.global

This package includes database constants such as Types.

  • Class
    Description
    An interface that provides access to basic information about a BLOB so that we may compare BLOBs implemented in different ways.
    A lightweight interface that is a reference to a blob in a BlobStore.
    A byte array that can be transferred between the client and server.
    Various utility methods for helping to cast a Java object to a type that is conformant to an SQL type.
    A reference to a large character object in the database.
    This is a description of a column and the data it stores.
    Deprecated.
    do not use.
    Provides static methods for transfering different types of objects over a Data input/output stream.
    This object compliments ObjectTransfer and provides a method to translate any object into a type the database engine can process.
    An interface that represents a reference to a object that isn't stored in main memory.
    A JDBC independant type definition list.
    This class contains a number of standard messages that are displayed throughout the operation of the database.
    An object that is streamable (such as a long binary object, or a long string object).
    An interface used by the engine to access and process strings.
    A concrete implementation of StringAccessor that uses a java.lang.String object.
    The possible types used in the database.
    Utility for converting to and from 'Types' objects.