|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.sqlunit.types.UnsupportedType
net.sourceforge.sqlunit.types.ArrayType
public class ArrayType
Models an Array type.
| Constructor Summary | |
|---|---|
ArrayType()
|
|
| Method Summary | |
|---|---|
protected java.lang.String |
format(java.lang.Object obj)
Formats an Array object into a String representation of the Array. |
| 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 ArrayType()
| Method Detail |
|---|
protected java.lang.String format(java.lang.Object obj)
throws SQLUnitException
format in class UnsupportedTypeobj - an Object to be converted to the IType interface.
SQLUnitException - if the formatting failed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||