public final class BlobValue extends java.lang.Object implements DataValue
| Constructor and Description |
|---|
BlobValue(byte[] value) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ValueVisitor visitor) |
BlobValue |
copy() |
boolean |
equals(java.lang.Object o) |
DataType |
getType() |
byte[] |
getValue() |
int |
hashCode() |
java.lang.String |
toString() |
public BlobValue(byte[] value)
value - must not be null. note that the value will NOT
be copied.public byte[] getValue()
nullpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic void accept(ValueVisitor visitor)