|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dbunit.dataset.datatype.DataType org.dbunit.dataset.datatype.AbstractDataType org.dbunit.dataset.datatype.UnknownDataType
public class UnknownDataType
Field Summary |
---|
Fields inherited from class org.dbunit.dataset.datatype.DataType |
---|
BIGINT, BINARY, BIT, BLOB, BOOLEAN, CHAR, CLOB, DATE, DECIMAL, DOUBLE, FLOAT, INTEGER, LONGVARBINARY, LONGVARCHAR, NUMERIC, REAL, SMALLINT, TIME, TIMESTAMP, TINYINT, UNKNOWN, VARBINARY, VARCHAR |
Method Summary | |
---|---|
int |
compare(java.lang.Object o1,
java.lang.Object o2)
Returns a negative integer, zero, or a positive integer as the first argument is less than, equal to, or greater than the second. |
java.lang.Object |
typeCast(java.lang.Object value)
Returns the specified value typecasted to this DataType |
Methods inherited from class org.dbunit.dataset.datatype.AbstractDataType |
---|
getSqlType, getSqlValue, getTypeClass, isDateTime, isNumber, loadClass, setSqlValue, toString |
Methods inherited from class org.dbunit.dataset.datatype.DataType |
---|
asString, forObject, forSqlType, forSqlTypeName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.Object typeCast(java.lang.Object value) throws TypeCastException
DataType
DataType
typeCast
in class DataType
TypeCastException
public int compare(java.lang.Object o1, java.lang.Object o2) throws TypeCastException
DataType
The two values are typecast to this DataType before being compared.
compare
in class AbstractDataType
TypeCastException
- if the arguments' types prevent them from
being compared by this Comparator.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |