| Package | Description |
|---|---|
| oracle.javatools.db.ora.bigdata |
| Modifier and Type | Method and Description |
|---|---|
BigDataJsonEntry[] |
BigDataJsonObject.getBigDataEntries()
Gets the entries (name/value pairs) that make up this object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BigDataJsonObject.addBigDataEntry(BigDataJsonEntry entry)
Adds a new entry to this object.
|
void |
BigDataJsonObject.setBigDataEntries(BigDataJsonEntry[] entries)
Sets the entries (name/value pairs) that make up this object.
|