Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Package
org.apache.derby.iapi.types

Classes in org.apache.derby.iapi.types used by org.apache.derby.iapi.types
BigIntegerDecimal
          DECIMAL support using the immutable java.math.BigInteger to perform arithmetic and conversions.
BinaryDecimal
          SQL DECIMAL using raw data.
BitDataValue
           
BooleanDataValue
           
CloneableObject
          This is a simple interface that is used by the sorter for cloning input rows.
ConcatableDataValue
          The ConcatableDataValue interface corresponds to the SQL 92 string value data type.
DataType
          DataType is the superclass for all data types.
DataTypeDescriptor
          This is an implementation of DataTypeDescriptor from the generic language datatype module interface.
DataValueDescriptor
          The DataValueDescriptor interface provides methods to get the data from a column returned by a statement.
DataValueFactory
          This interface is how we get constant data values of different types.
DataValueFactoryImpl
          Core implementation of DataValueFactory.
DateTimeDataValue
           
DateTimeParser
          This class provides a simple regular expression parser for standard format dates, times, and timestamps
NumberDataType
          NumberDataType is the superclass for all exact and approximate numeric data types.
NumberDataValue
           
Orderable
          The Orderable interface represents a value that can be linearly ordered.
RefDataValue
           
RowLocation
          Holds the location of a row within a given conglomerate.
SQLBinary
          SQLBinary satisfies the DataValueDescriptor interfaces (i.e., DataType).
SQLBit
          SQLBit satisfies the DataValueDescriptor interfaces (i.e., DataType).
SQLBoolean
          SQLBoolean satisfies the DataValueDescriptor interfaces (i.e., DataType).
SQLChar
          SQLChar satisfies the DataValueDescriptor interfaces (i.e., OrderableDataType).
SQLLongvarchar
          SQLLongvarchar satisfies the DataValueDescriptor interfaces (i.e., OrderableDataType).
SQLNationalVarchar
          SQLNationalVarchar satisfies the DataValueDescriptor interfaces (i.e., OrderableDataType).
SQLTimestamp
          This contains an instance of a SQL Timestamp object.
SQLVarbit
          SQLVarbit satisfies the DataValueDescriptor interfaces (i.e., OrderableDataType).
SQLVarchar
          SQLVarchar satisfies the DataValueDescriptor interfaces (i.e., OrderableDataType).
StringDataValue
           
TypeId
          The TypeId interface provides methods to get information about datatype ids.
UserDataValue
           
VariableSizeDataValue
          The VariableSizeDataValue interface corresponds to Datatypes that have adjustable width.
XMLDataValue