|
||||||||||
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.OracleCursorType
public class OracleCursorType
Models a Oracle CURSOR type.
Constructor Summary | |
---|---|
OracleCursorType()
|
Method Summary | |
---|---|
protected java.lang.String |
format(java.lang.Object obj)
Formats a Short type. |
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 OracleCursorType()
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 | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |