Uses of Class
oracle.nosql.driver.ops.WriteResult
Package
Description
Contains the input and response classes used for Oracle NoSQL
Database operations.
-
Uses of WriteResult in oracle.nosql.driver.ops
Modifier and TypeClassDescriptionclass
Represents the result of aNoSQLHandle.delete(oracle.nosql.driver.ops.DeleteRequest)
operation.class
Represents the result of aNoSQLHandle.put(oracle.nosql.driver.ops.PutRequest)
operation.static class
The Result associated with the execution of an individual operation in the request.