Uses of Class
oracle.nosql.driver.ops.MultiDeleteRequest
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 MultiDeleteRequest in oracle.nosql.driver
Modifier and TypeMethodDescriptionNoSQLHandle.multiDelete
(MultiDeleteRequest request) Deletes multiple rows from a table in an atomic operation. -
Uses of MultiDeleteRequest in oracle.nosql.driver.ops
Modifier and TypeMethodDescriptionMultiDeleteRequest.setCompartment
(String compartment) Cloud service only.MultiDeleteRequest.setContinuationKey
(byte[] continuationKey) Sets the continuation key.MultiDeleteRequest.setDurability
(Durability durability) Sets the durability to use for the operation.Sets the key to be used for the operation.MultiDeleteRequest.setMaxWriteKB
(int maxWriteKB) Sets the limit on the total KB write during this operation, 0 means no application-defined limit.MultiDeleteRequest.setNamespace
(String namespace) Sets the optional namespace.MultiDeleteRequest.setRange
(FieldRange range) Sets theFieldRange
to be used for the operation.MultiDeleteRequest.setTableName
(String tableName) Sets the table name to use for the operation.MultiDeleteRequest.setTimeout
(int timeoutMs) Sets the request timeout value, in milliseconds.