Uses of Interface
oracle.kv.table.DoubleValue
- 
Packages that use DoubleValue Package Description oracle.kv.table Table support for Oracle NoSQL Database. - 
- 
Uses of DoubleValue in oracle.kv.table
Methods in oracle.kv.table that return DoubleValue Modifier and Type Method Description DoubleValueFieldValue. asDouble()Casts to DoubleValue.DoubleValueDoubleValue. clone()Returns a deep copy of this object.DoubleValueFieldDef. createDouble(double value)Creates a DoubleValue instance based on the value.static DoubleValueFieldValueFactory. createDouble(double v)Creates a DoubleValue instance from its java representation. 
 -