Package oracle.kv.table
Interface FixedBinaryValue
- All Superinterfaces:
- Comparable<FieldValue>,- FieldValue
FixedBinaryValue extends 
FieldValue to represent a fixed-size byte
 array.- Since:
- 3.0
- 
Method SummaryModifier and TypeMethodDescriptionclone()Returns a deep copy of this object.byte[]get()Get the byte array value.Returns theFixedBinaryDefinstance that defines this value.toString()Returns a String representation of the value using a Base64 encoding.Methods inherited from interface java.lang.ComparablecompareToMethods inherited from interface oracle.kv.table.FieldValueasArray, asBinary, asBoolean, asDouble, asEnum, asFixedBinary, asFloat, asIndexKey, asInteger, asLong, asMap, asNumber, asPrimaryKey, asRecord, asRow, asString, asTimestamp, getType, isArray, isAtomic, isBinary, isBoolean, isComplex, isDouble, isEMPTY, isEnum, isFixedBinary, isFloat, isIndexKey, isInteger, isJsonNull, isLong, isMap, isNull, isNumber, isNumeric, isPrimaryKey, isRecord, isRow, isString, isTimestamp, toJsonString
- 
Method Details- 
getDefinitionFixedBinaryDef getDefinition()Returns theFixedBinaryDefinstance that defines this value.- Specified by:
- getDefinitionin interface- FieldValue
- Returns:
- the FixedBinaryDef
 
- 
getbyte[] get()Get the byte array value.- Returns:
- the byte array value
 
- 
cloneFixedBinaryValue clone()Returns a deep copy of this object.- Specified by:
- clonein interface- FieldValue
- Returns:
- a deep copy of this object
 
- 
toStringString toString()Returns a String representation of the value using a Base64 encoding.
 
-