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

Quick Search    Search Deep

Uses of Class
org.apache.derby.iapi.types.NumberDataType

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

Subclasses of NumberDataType in org.apache.derby.iapi.types
 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 SQLDecimal
          SQLDecimal satisfies the DataValueDescriptor interfaces (i.e., OrderableDataType).
 class SQLDouble
          SQLDouble satisfies the DataValueDescriptor interfaces (i.e., OrderableDataType).
 class SQLInteger
          SQLInteger satisfies the DataValueDescriptor interfaces (i.e., OrderableDataType).
 class SQLLongint
          SQLLongint satisfies the DataValueDescriptor interfaces (i.e., OrderableDataType).
 class SQLReal
          SQLReal satisfies the DataValueDescriptor interfaces (i.e., OrderableDataType).
 class SQLSmallint
          SQLSmallint satisfies the DataValueDescriptor interfaces (i.e., OrderableDataType).
 class SQLTinyint
          SQLTinyint satisfies the DataValueDescriptor interfaces (i.e., OrderableDataType).