Class AbstractDataType

java.lang.Object
org.dbunit.dataset.datatype.DataType
org.dbunit.dataset.datatype.AbstractDataType
Direct Known Subclasses:
BigIntegerDataType, BooleanDataType, BytesDataType, CitextType, DateDataType, DateTimeOffsetType, DoubleDataType, FloatDataType, GenericEnumType, GeometryType, InetType, IntegerDataType, IntervalType, LongDataType, NumberDataType, OracleSdoGeometryDataType, StringDataType, TimeDataType, TimestampDataType, UniqueIdentifierType, UnknownDataType, UuidType

public abstract class AbstractDataType extends DataType
Abstract data type implementation that provides generic methods that are appropriate for most data type implementations. Among those is the generic implementation of the compare(Object, Object) method.
Since:
Mar 19, 2002
Version:
$Revision$ $Date$
Author:
Manuel Laflamme, Last changed by: $Author$