|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ora.jsp.sql.Value | +--com.ora.jsp.sql.value.BytesValue
This class represents a byte[] value used by the SQL tags.
Field Summary | |
private byte[] |
value
|
Constructor Summary | |
BytesValue(byte[] value)
|
Method Summary | |
byte[] |
getBytes()
|
java.lang.String |
getString()
This method must be implemented by all subclasses. |
Methods inherited from class com.ora.jsp.sql.Value |
getBigDecimal, getBoolean, getByte, getDate, getDouble, getFloat, getInt, getLong, getObject, getShort, getTime, getTimestamp |
Methods inherited from class java.lang.Object |
|
Field Detail |
private byte[] value
Constructor Detail |
public BytesValue(byte[] value)
Method Detail |
public byte[] getBytes()
getBytes
in class Value
public java.lang.String getString()
Value
getString
in class Value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |