Package net.sourceforge.sqlunit.types

Implementations of various datatypes.

See:
          Description

Class Summary
ArrayType Models an Array type.
BigDecimalType Models a BigDecimal data type.
BinaryType Models long binary text.
BlobType Models a BLOB type.
BooleanType Models a Boolean type.
ByteArrayType Models a Binary type.
ByteType Models a Byte type.
ClobType Models a CLOB type.
DateType Models a DATE type.
DoubleType Models a Double type.
FloatType Models a Float type.
IntegerType Models a Integer type.
JavaObjectType Models a JAVA_OBJECT type.
LongType Models a Long type.
OracleCursorType Models a Oracle CURSOR type.
OtherType Models the OTHER type.
ShortType Models a Short type.
StringType Models a String type.
TextType Models long character text (TEXT).
TimestampType Models a TIMESTAMP type.
TimeType Models a TIME type.
UnsupportedType Defines behavior for a type which is not supported by SQLUnit.
 

Package net.sourceforge.sqlunit.types Description

Implementations of various datatypes.