Uses of Class
org.dbunit.dataset.datatype.AbstractDataType

Packages that use AbstractDataType
org.dbunit.dataset.datatype   
org.dbunit.ext.oracle   
org.dbunit.ext.postgresql   
 

Uses of AbstractDataType in org.dbunit.dataset.datatype
 

Subclasses of AbstractDataType in org.dbunit.dataset.datatype
 class BigIntegerDataType
          Inserts and reads BigInteger values into/from a database.
 class BinaryStreamDataType
           
 class BitDataType
           
 class BlobDataType
           
 class BooleanDataType
           
 class BytesDataType
           
 class ClobDataType
           
 class DateDataType
           
 class DoubleDataType
           
 class FloatDataType
           
 class IntegerDataType
           
 class LongDataType
           
 class NumberDataType
           
 class NumberTolerantDataType
          Extended version of the NumberDataType.
 class StringDataType
           
 class StringIgnoreCaseDataType
          String data type that ignore case when comparing String values.
 class TimeDataType
          Data type that maps a SQL Types.TIME object to a java object.
 class TimestampDataType
           
 class UnknownDataType
           
 

Uses of AbstractDataType in org.dbunit.ext.oracle
 

Subclasses of AbstractDataType in org.dbunit.ext.oracle
 class OracleBlobDataType
           
 class OracleClobDataType
           
 class OracleNClobDataType
          NCLOB handler
 class OracleSdoGeometryDataType
          This class implements DataType for Oracle SDO_GEOMETRY type used in Oracle Spatial.
 class OracleXMLTypeDataType
          TODO UnitTests are completely missing
 

Uses of AbstractDataType in org.dbunit.ext.postgresql
 

Subclasses of AbstractDataType in org.dbunit.ext.postgresql
 class GenericEnumType
          Adapter to handle conversion between Postgresql native Enum type and Strings.
 class InetType
          Adapter to handle conversion between Postgresql native inet type and Strings.
 class IntervalType
          Adapter to handle conversion between Postgresql native Interval type and Strings.
 class UuidType
          Adapter to handle conversion between Postgresql native UUID type and Strings.
 



Copyright © 2002-2010. All Rights Reserved.