Uses of Class
oracle.nosql.driver.ops.PutRequest
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 PutRequest in oracle.nosql.driver
-
Uses of PutRequest in oracle.nosql.driver.ops
Modifier and TypeMethodDescriptionPutRequest.setCompartment
(String compartment) Cloud service only.PutRequest.setDurability
(Durability durability) Sets the durability to use for the operation.PutRequest.setExactMatch
(boolean value) If true the value must be an exact match for the table schema or the operation will fail.PutRequest.setIdentityCacheSize
(int size) Sets the number of generated identity values that are requested from the server during a put.PutRequest.setMatchVersion
(Version version) Sets theVersion
to use for a conditional put operation.PutRequest.setNamespace
(String namespace) Sets the optional namespace.PutRequest.setOption
(PutRequest.Option option) Sets the option for the put.PutRequest.setReturnRow
(boolean value) Sets whether information about the exist row should be returned on failure because of a version mismatch or failure of an "if absent" operation.PutRequest.setTableName
(String tableName) Sets the table name to use for the operationPutRequest.setTimeout
(int timeoutMs) Sets the request timeout value, in milliseconds.PutRequest.setTTL
(TimeToLive ttl) Sets theTimeToLive
value, causing the time to live on the row to be set to the specified value on put.PutRequest.setUseTableDefaultTTL
(boolean value) If true, and there is an existing row, causes the operation to update the time to live (TTL) value of the row based on the Table's default TTL if set.Sets the value to use for the put operation.PutRequest.setValueFromJson
(String jsonValue, JsonOptions options) Sets the value to use for the put operation based on a JSON string.