Uses of Package
org.dbunit.dataset.datatype
Packages that use org.dbunit.dataset.datatype
Package
Description
-
Classes in org.dbunit.dataset.datatype used by org.dbunit.assertion
-
Classes in org.dbunit.dataset.datatype used by org.dbunit.assertion.comparer.value
-
Classes in org.dbunit.dataset.datatype used by org.dbunit.database
-
Classes in org.dbunit.dataset.datatype used by org.dbunit.database.statement
-
Classes in org.dbunit.dataset.datatype used by org.dbunit.dataset
-
Classes in org.dbunit.dataset.datatype used by org.dbunit.dataset.datatypeClassDescriptionAbstract data type implementation that provides generic methods that are appropriate for most data type implementations.
DataTypemapping a binary SQL column type to a Javabyte[].Data type that mapsTypesobjects to their java counterparts.Base checked exception for errors related toDataTypevalue conversion.A factory for creatingDataType.Reports what database products this object relates to.DataTypemapping numeric SQL column types toBigDecimal.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. -
Classes in org.dbunit.dataset.datatype used by org.dbunit.ext.db2
-
Classes in org.dbunit.dataset.datatype used by org.dbunit.ext.h2
-
Classes in org.dbunit.dataset.datatype used by org.dbunit.ext.hsqldb
-
Classes in org.dbunit.dataset.datatype used by org.dbunit.ext.mariadb
-
Classes in org.dbunit.dataset.datatype used by org.dbunit.ext.mckoi
-
Classes in org.dbunit.dataset.datatype used by org.dbunit.ext.mssqlClassDescriptionAbstract data type implementation that provides generic methods that are appropriate for most data type implementations.Data type that maps
Typesobjects 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.Signals that a value could not be cast to the Java type required by aDataType. -
Classes in org.dbunit.dataset.datatype used by org.dbunit.ext.mysql
-
Classes in org.dbunit.dataset.datatype used by org.dbunit.ext.netezza
-
Classes in org.dbunit.dataset.datatype used by org.dbunit.ext.oracleClassDescriptionAbstract data type implementation that provides generic methods that are appropriate for most data type implementations.
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.Signals that a value could not be cast to the Java type required by aDataType. -
Classes in org.dbunit.dataset.datatype used by org.dbunit.ext.postgresqlClassDescriptionAbstract data type implementation that provides generic methods that are appropriate for most data type implementations.
DataTypemapping a binary SQL column type to a Javabyte[].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.Signals that a value could not be cast to the Java type required by aDataType. -
Classes in org.dbunit.dataset.datatype used by org.dbunit.util