Uses of Class
oracle.nosql.driver.ops.DurableRequest
-
Packages that use DurableRequest Package Description oracle.nosql.driver.ops Contains the input and response classes used for Oracle NoSQL Database operations. -
-
Uses of DurableRequest in oracle.nosql.driver.ops
Subclasses of DurableRequest in oracle.nosql.driver.ops Modifier and Type Class Description classDeleteRequestRepresents the input to aNoSQLHandle.delete(oracle.nosql.driver.ops.DeleteRequest)operation.classMultiDeleteRequestRepresents the input to aNoSQLHandle.multiDelete(oracle.nosql.driver.ops.MultiDeleteRequest)operation which can be used to delete a range of values that match the primary key and range provided.classPutRequestRepresents the input to aNoSQLHandle.put(oracle.nosql.driver.ops.PutRequest)operation.classWriteMultipleRequestRepresents the input to aNoSQLHandle.writeMultiple(oracle.nosql.driver.ops.WriteMultipleRequest)operation.classWriteRequestRepresents a base class for the single row modifying operationsNoSQLHandle.put(oracle.nosql.driver.ops.PutRequest)andNoSQLHandle.delete(oracle.nosql.driver.ops.DeleteRequest).
-