Uses of Interface
oracle.kv.table.LongValue
-
Packages that use LongValue Package Description oracle.kv.table Table support for Oracle NoSQL Database. -
-
Uses of LongValue in oracle.kv.table
Methods in oracle.kv.table that return LongValue Modifier and Type Method Description LongValueFieldValue. asLong()Casts to LongValue.LongValueLongValue. clone()Returns a deep copy of this object.LongValueFieldDef. createLong(long value)Creates a LongValue instance based on the value.static LongValueFieldValueFactory. createLong(long v)Creates a LongValue instance from its java representation.
-