Uses of Interface
oracle.kv.table.IntegerValue
-
Packages that use IntegerValue Package Description oracle.kv.table Table support for Oracle NoSQL Database. -
-
Uses of IntegerValue in oracle.kv.table
Methods in oracle.kv.table that return IntegerValue Modifier and Type Method Description IntegerValueFieldValue. asInteger()Casts to IntegerValue.IntegerValueIntegerValue. clone()Returns a deep copy of this object.IntegerValueFieldDef. createInteger(int value)Creates an IntegerValue instance based on the value.static IntegerValueFieldValueFactory. createInteger(int v)Creates a IntegerValue instance from its java representation.
-