Package | Description |
---|---|
org.dbunit.dataset.datatype | |
org.dbunit.ext.mssql | |
org.dbunit.ext.postgresql |
Modifier and Type | Class and Description |
---|---|
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 |
class |
UuidAwareBytesDataType
A datatype that is capable of storing UUIDs into BINARY fields (big-endian).
|
Modifier and Type | Class and Description |
---|---|
class |
UniqueIdentifierType
UniqueIdentifierType provides support for the "uniqueidentifier" column in Microsoft SQLServer
databases. |
Modifier and Type | Class and Description |
---|---|
class |
GenericEnumType
Adapter to handle conversion between Postgresql
native Enum type and Strings.
|
class |
GeometryType |
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–2018. All rights reserved.