Package org.dbunit.dataset.datatype
package org.dbunit.dataset.datatype
-
ClassDescriptionAbstract data type implementation that provides generic methods that are appropriate for most data type implementations.Inserts and reads
BigIntegervalues into/from a database.BytesDataTypespecialization that reads binary SQL column values as a stream.BooleanDataTypespecialization mapping the SQL BIT type.BytesDataTypespecialization mapping the SQL BLOB type to abyte[].DataTypemapping a binary SQL column type to a Javabyte[].StringDataTypethat maps the SQL CLOB type, reading its character content as aString.Data type that mapsTypesobjects to their java counterparts.Base checked exception for errors related toDataTypevalue conversion.Generic factory that handle standard JDBC types.A factory for creatingDataType.Reports what database products this object relates to.DataTypemapping numeric SQL column types toBigDecimal.Extended version of theNumberDataType.String data type that ignore case when comparing String values.Data type that maps a SQLTypes.TIMEobject to a java object.Container that manages a map ofToleratedDeltaMap.ToleratedDeltaobjects to be used for numeric comparisons with an allowed deviation of two valuesContainer for the tolerated delta of two values that are compared to each other.Simple bean that holds the tolerance for floating point comparisons for a specific database column.Signals that a value could not be cast to the Java type required by aDataType.A datatype that is capable of storing UUIDs into BINARY fields (big-endian).