Uses of Class
oracle.nosql.driver.FieldRange
-
Packages that use FieldRange Package Description oracle.nosql.driver Contains the public API for using the Oracle NoSQL Database as well as configuration and common parameter classes used in database operations.oracle.nosql.driver.ops Contains the input and response classes used for Oracle NoSQL Database operations. -
-
Uses of FieldRange in oracle.nosql.driver
Methods in oracle.nosql.driver that return FieldRange Modifier and Type Method Description FieldRangeFieldRange. setEnd(FieldValue value, boolean isInclusive)Sets the end value of the range to the specified value.FieldRangeFieldRange. setStart(FieldValue value, boolean isInclusive)Sets the start value of the range to the specified value. -
Uses of FieldRange in oracle.nosql.driver.ops
Methods in oracle.nosql.driver.ops that return FieldRange Modifier and Type Method Description FieldRangeMultiDeleteRequest. getRange()Returns theFieldRangeto be used for the operation if set.Methods in oracle.nosql.driver.ops with parameters of type FieldRange Modifier and Type Method Description MultiDeleteRequestMultiDeleteRequest. setRange(FieldRange range)Sets theFieldRangeto be used for the operation.
-