Uses of Class
oracle.nosql.driver.ops.DeleteRequest
Packages that use DeleteRequest
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 DeleteRequest in oracle.nosql.driver
Methods in oracle.nosql.driver with parameters of type DeleteRequestModifier and TypeMethodDescriptionNoSQLHandle.delete
(DeleteRequest request) Deletes a row from a table. -
Uses of DeleteRequest in oracle.nosql.driver.ops
Methods in oracle.nosql.driver.ops that return DeleteRequestModifier and TypeMethodDescriptionDeleteRequest.setCompartment
(String compartment) Cloud service only.DeleteRequest.setDurability
(Durability durability) Sets the durability to use for the operation.Sets the key to use for the delete operation.DeleteRequest.setKeyFromJson
(String jsonValue, JsonOptions options) Sets the key to use for the delete operation based on a JSON string.DeleteRequest.setMatchVersion
(Version version) Sets theVersion
to use for a conditional delete operation.DeleteRequest.setNamespace
(String namespace) Sets the optional namespace.DeleteRequest.setReturnRow
(boolean value) Sets whether information about the existing row should be returned.DeleteRequest.setTableName
(String tableName) Sets the table name to use for the operation.DeleteRequest.setTimeout
(int timeoutMs) Sets the optional request timeout value, in milliseconds.