Uses of Class
oracle.nosql.driver.FieldRange
Package
Description
Contains the public API for using the Oracle NoSQL Database
as well as configuration and common parameter classes used in
database operations.
Contains the input and response classes used for Oracle NoSQL
Database operations.
-
Uses of FieldRange in oracle.nosql.driver
Modifier and TypeMethodDescriptionFieldRange.setEnd
(FieldValue value, boolean isInclusive) Sets the end value of the range to the specified value.FieldRange.setStart
(FieldValue value, boolean isInclusive) Sets the start value of the range to the specified value. -
Uses of FieldRange in oracle.nosql.driver.ops
Modifier and TypeMethodDescriptionMultiDeleteRequest.getRange()
Returns theFieldRange
to be used for the operation if set.Modifier and TypeMethodDescriptionMultiDeleteRequest.setRange
(FieldRange range) Sets theFieldRange
to be used for the operation.