Uses of Class
oracle.kv.Value.Format
- 
Packages that use Value.Format Package Description oracle.kv This package contains the public API for using Oracle NoSQL Database. - 
- 
Uses of Value.Format in oracle.kv
Methods in oracle.kv that return Value.Format Modifier and Type Method Description Value.FormatValue. getFormat()Returns the value's format.static Value.FormatValue.Format. valueOf(int ordinal)Returns the enum constant of this type with the specified name.static Value.FormatValue.Format. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Value.Format[]Value.Format. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in oracle.kv with parameters of type Value.Format Modifier and Type Method Description static booleanValue.Format. isTableFormat(Value.Format format)Returns true if the value format is for table. 
 -