| Package | Description |
|---|---|
| oracle.kv.table |
Table support for Oracle NoSQL Database.
|
| Modifier and Type | Method and Description |
|---|---|
FieldRange |
Table.createFieldRange(String fieldName)
Creates a
FieldRange object used to specify a value range for use
in a table iteration operation in TableAPI. |
FieldRange |
Index.createFieldRange(String fieldName)
Creates a
FieldRange object used to specify a value range for
use in a index iteration operation in TableAPI. |
FieldRange |
MultiRowOptions.getFieldRange()
Gets the FieldRange to be used to restrict the range of the operation.
|
FieldRange |
FieldRange.setEnd(double value,
boolean isInclusive)
Sets the end value of the range to the specified double value.
|
FieldRange |
FieldRange.setEnd(FieldValue value,
boolean isInclusive)
Sets the end value of the range to the specified value.
|
FieldRange |
FieldRange.setEnd(float value,
boolean isInclusive)
Sets the end value of the range to the specified float value.
|
FieldRange |
FieldRange.setEnd(int value,
boolean isInclusive)
Sets the end value of the range to the specified integer value.
|
FieldRange |
FieldRange.setEnd(long value,
boolean isInclusive)
Sets the end value of the range to the specified long value.
|
FieldRange |
FieldRange.setEnd(String value,
boolean isInclusive)
Sets the end value of the range to the specified string value.
|
FieldRange |
FieldRange.setEndEnum(String value,
boolean isInclusive)
Sets the end value of the range to the specified enumeration value.
|
FieldRange |
FieldRange.setStart(double value,
boolean isInclusive)
Sets the start value of the range to the specified double value.
|
FieldRange |
FieldRange.setStart(FieldValue value,
boolean isInclusive)
Sets the start value of the range to the specified value.
|
FieldRange |
FieldRange.setStart(float value,
boolean isInclusive)
Sets the start value of the range to the specified float value.
|
FieldRange |
FieldRange.setStart(int value,
boolean isInclusive)
Sets the start value of the range to the specified integer value.
|
FieldRange |
FieldRange.setStart(long value,
boolean isInclusive)
Sets the start value of the range to the specified long value.
|
FieldRange |
FieldRange.setStart(String value,
boolean isInclusive)
Sets the start value of the range to the specified string value.
|
FieldRange |
FieldRange.setStartEnum(String value,
boolean isInclusive)
Sets the start value of the range to the specified enumeration value.
|
| Modifier and Type | Method and Description |
|---|---|
MultiRowOptions |
MultiRowOptions.setFieldRange(FieldRange newFieldRange)
Restricts the selected rows to those matching a
range of field values for the first unspecified field in the target key.
|
| Constructor and Description |
|---|
MultiRowOptions(FieldRange fieldRange)
A convenience constructor that takes only
FieldRange. |
MultiRowOptions(FieldRange fieldRange,
List<Table> ancestors,
List<Table> children)
Full constructor requiring all members.
|
Copyright (c) 2011, 2014 Oracle and/or its affiliates. All rights reserved.