|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.sqlunit.types.UnsupportedType
net.sourceforge.sqlunit.types.JavaObjectType
public class JavaObjectType
Models a JAVA_OBJECT type.
Constructor Summary | |
---|---|
JavaObjectType()
|
Method Summary | |
---|---|
protected java.lang.String |
format(java.lang.Object obj)
Formats a JAVA_OBJECT into a String representation of the BLOB. |
Methods inherited from class net.sourceforge.sqlunit.types.UnsupportedType |
---|
compareTo, equals, formatString, getId, getName, getValue, hashCode, parse, setId, setName, setValue, toObject, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JavaObjectType()
Method Detail |
---|
protected java.lang.String format(java.lang.Object obj) throws SQLUnitException
format
in class UnsupportedType
obj
- an Object to be converted to the IType interface.
SQLUnitException
- if the formatting failed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |