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

Quick Search    Search Deep

Uses of Interface
org.apache.derby.iapi.types.VariableSizeDataValue

Uses of VariableSizeDataValue in org.apache.derby.iapi.types
 

Subinterfaces of VariableSizeDataValue in org.apache.derby.iapi.types
 interface BitDataValue
           
 interface ConcatableDataValue
          The ConcatableDataValue interface corresponds to the SQL 92 string value data type.
 interface StringDataValue
           
 

Classes in org.apache.derby.iapi.types that implement VariableSizeDataValue
 class BigIntegerDecimal
          DECIMAL support using the immutable java.math.BigInteger to perform arithmetic and conversions.
(package private)  class BinaryDecimal
          SQL DECIMAL using raw data.
 class SQLBinary
          SQLBinary satisfies the DataValueDescriptor interfaces (i.e., DataType).
 class SQLBit
          SQLBit satisfies the DataValueDescriptor interfaces (i.e., DataType).
 class SQLBlob
          SQLBlob satisfies the DataValueDescriptor, interfaces (i.e., OrderableDataType).
 class SQLChar
          SQLChar satisfies the DataValueDescriptor interfaces (i.e., OrderableDataType).
 class SQLClob
          SQLClob uses SQLVarchar by inheritance.
 class SQLDecimal
          SQLDecimal satisfies the DataValueDescriptor interfaces (i.e., OrderableDataType).
 class SQLLongVarbit
          SQLLongVarbit satisfies the DataValueDescriptor interfaces (i.e., OrderableDataType).
 class SQLLongvarchar
          SQLLongvarchar satisfies the DataValueDescriptor interfaces (i.e., OrderableDataType).
 class SQLNationalChar
          SQLNationalChar satisfies the DataValueDescriptor interfaces (i.e., OrderableDataType).
 class SQLNationalLongvarchar
          SQLNationalLongvarchar satisfies the DataValueDescriptor interfaces (i.e., OrderableDataType).
 class SQLNationalVarchar
          SQLNationalVarchar satisfies the DataValueDescriptor interfaces (i.e., OrderableDataType).
 class SQLNClob
          SQLNClob satisfies the DataValueDescriptor interfaces (i.e., OrderableDataType).
 class SQLVarbit
          SQLVarbit satisfies the DataValueDescriptor interfaces (i.e., OrderableDataType).
 class SQLVarchar
          SQLVarchar satisfies the DataValueDescriptor interfaces (i.e., OrderableDataType).