Uses of Class
oracle.nosql.driver.ops.DeleteRequest
-
Packages that use DeleteRequest 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 DeleteRequest in oracle.nosql.driver
Methods in oracle.nosql.driver with parameters of type DeleteRequest Modifier and Type Method Description DeleteResultNoSQLHandle. 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 DeleteRequest Modifier and Type Method Description DeleteRequestDeleteRequest. setCompartment(String compartment)Cloud service only.DeleteRequestDeleteRequest. setKey(MapValue key)Sets the key to use for the delete operation.DeleteRequestDeleteRequest. setKeyFromJson(String jsonValue, JsonOptions options)Sets the key to use for the delete operation based on a JSON string.DeleteRequestDeleteRequest. setMatchVersion(Version version)Sets theVersionto use for a conditional delete operation.DeleteRequestDeleteRequest. setReturnRow(boolean value)Sets whether information about the existing row should be returned on failure because of a version mismatch.DeleteRequestDeleteRequest. setTableName(String tableName)Sets the table name to use for the operation.DeleteRequestDeleteRequest. setTimeout(int timeoutMs)Sets the optional request timeout value, in milliseconds.
-