Uses of Interface
oracle.kv.table.StringValue
- 
Packages that use StringValue Package Description oracle.kv.table Table support for Oracle NoSQL Database. - 
- 
Uses of StringValue in oracle.kv.table
Methods in oracle.kv.table that return StringValue Modifier and Type Method Description StringValueFieldValue. asString()Casts to StringValue.StringValueStringValue. clone()Returns a deep copy of this object.StringValueFieldDef. createString(java.lang.String value)Creates a StringValue instance based on the value.static StringValueFieldValueFactory. createString(java.lang.String v)Creates a StringValue instance from its java representation. 
 -