Package | Description |
---|---|
oracle.kv.table |
Table support for Oracle NoSQL Database.
|
Modifier and Type | Method and Description |
---|---|
MapValue |
ArrayValue.addMap()
Adds a new MapValue to the end of the array.
|
MapValue |
ArrayValue.addMap(int index)
Inserts a new MapValue at the specified index.
|
MapValue |
FieldValue.asMap()
Casts to MapValue.
|
MapValue |
MapValue.clone()
Returns a deep copy of this object.
|
MapValue |
FieldDef.createMap()
Creates an empty MapValue if this is a
MapDef . |
MapValue |
MapValue.put(String fieldName,
boolean value)
Set the named field.
|
MapValue |
MapValue.put(String fieldName,
byte[] value)
Set the named field.
|
MapValue |
MapValue.put(String fieldName,
double value)
Set the named field.
|
MapValue |
MapValue.put(String fieldName,
FieldValue value)
Set the named field.
|
MapValue |
MapValue.put(String fieldName,
float value)
Set the named field.
|
MapValue |
MapValue.put(String fieldName,
int value)
Set the named field.
|
MapValue |
MapValue.put(String fieldName,
long value)
Set the named field.
|
MapValue |
MapValue.put(String fieldName,
String value)
Set the named field.
|
MapValue |
MapValue.putEnum(String fieldName,
String value)
Set the named field.
|
MapValue |
MapValue.putFixed(String fieldName,
byte[] value)
Set the named field.
|
MapValue |
MapValue.putMap(String fieldName)
Puts a Map into the map.
|
MapValue |
RecordValue.putMap(String fieldName)
Set a MapValue field, silently overwriting existing values.
|
MapValue |
MapValue.putNull(String fieldName)
Put a null value in the named field, silently overwriting
existing values.
|
MapValue |
ArrayValue.setMap(int index)
Sets the value at the specified index with an empty MapValue,
replacing any existing value at that index.
|
Copyright (c) 2011, 2015 Oracle and/or its affiliates. All rights reserved.