|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectssdbms.ssd.ByteSequenceValue
This class represents a sequence ob bytes. It uses a byte array to storage the content of the datum.
SimpleValue
,
PrimitiveValue
Field Summary |
Fields inherited from interface ssdbms.ssd.SSDValue |
BLOB, BYTE_SEQUENCE, CLOB, INTEGER, NON_PRIMITIVE, REAL, STRING |
Constructor Summary | |
ByteSequenceValue(byte[] bytes)
Constructs a byte sequence represents the given byte array. |
Method Summary | |
byte[] |
getValue()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ByteSequenceValue(byte[] bytes) throws BadSSDValueException
BadSSDValueException
- If bytes
is null
.Method Detail |
public byte[] getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |