Package | Description |
---|---|
oracle.kv.table |
Table support for Oracle NoSQL Database.
|
Modifier and Type | Method and Description |
---|---|
Table |
Table.clone()
Clone the table.
|
Table |
Table.getChildTable(String name)
Gets the named child table if it exists.
|
Table |
Table.getParent()
Returns the parent table, or null if this table has no parent.
|
Table |
Index.getTable()
Returns the Table on which the index is defined.
|
Table |
Row.getTable()
Return the Table associated with this row.
|
Table |
TableAPI.getTable(String tableName)
Gets an instance of a table.
|
Table |
Table.getVersion(int version)
Gets the specified version of the table.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Table> |
Table.getChildTables()
Gets an unmodifiable view of all child tables of this table.
|
List<Table> |
MultiRowOptions.getIncludedChildTables()
Gets the list of child tables to be included in an operation that
returns multiple rows or keys.
|
List<Table> |
MultiRowOptions.getIncludedParentTables()
Gets the list of ancestor tables to be included in an operation that
returns multiple rows or keys.
|
Map<String,Table> |
TableAPI.getTables()
Gets all known tables.
|
Modifier and Type | Method and Description |
---|---|
static long |
TableUtils.getId(Table table)
Get the table's ID.
|
static String |
TableUtils.getIdString(Table table)
Get the table's ID as a String.
|
Modifier and Type | Method and Description |
---|---|
MultiRowOptions |
MultiRowOptions.setIncludedChildTables(List<Table> newChildren)
Specifies the child (descendant) tables for which rows are selected by
the operation.
|
MultiRowOptions |
MultiRowOptions.setIncludedParentTables(List<Table> newAncestors)
Specifies the parent (ancestor) tables for which rows are selected by
the operation.
|
Constructor and Description |
---|
MultiRowOptions(FieldRange fieldRange,
List<Table> ancestors,
List<Table> children)
Full constructor requiring all members.
|
MultiRowOptions(FieldRange fieldRange,
List<Table> ancestors,
List<Table> children)
Full constructor requiring all members.
|
Copyright (c) 2011, 2015 Oracle and/or its affiliates. All rights reserved.