Uses of Interface
oracle.kv.table.FixedBinaryValue
- 
Packages that use FixedBinaryValue Package Description oracle.kv.table Table support for Oracle NoSQL Database. - 
- 
Uses of FixedBinaryValue in oracle.kv.table
Methods in oracle.kv.table that return FixedBinaryValue Modifier and Type Method Description FixedBinaryValueFieldValue. asFixedBinary()Casts to FixedBinaryValue.FixedBinaryValueFixedBinaryValue. clone()Returns a deep copy of this object.FixedBinaryValueFieldDef. createFixedBinary(byte[] value)Creates a FixedBinaryValue instance based on the value.FixedBinaryValueFixedBinaryDef. fromString(java.lang.String encodedString)Creates a FixedBinaryValue instance from a String. 
 -