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()
null
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public void accept(ValueVisitor visitor)