Uses of Class
oracle.nosql.driver.ops.GetRequest
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 GetRequest in oracle.nosql.driver
Modifier and TypeMethodDescriptionNoSQLHandle.get
(GetRequest request) Gets the row associated with a primary key. -
Uses of GetRequest in oracle.nosql.driver.ops
Modifier and TypeMethodDescriptionGetRequest.setCompartment
(String compartment) Cloud service only.GetRequest.setConsistency
(Consistency consistency) Sets theConsistency
to use for the operation.Sets the primary key used for the get operation.GetRequest.setKeyFromJson
(String jsonValue, JsonOptions options) Sets the key to use for the get operation based on a JSON string.GetRequest.setNamespace
(String namespace) Sets the optional namespace.GetRequest.setTableName
(String tableName) Sets the table name to use for the operation.GetRequest.setTimeout
(int timeoutMs) Sets the request timeout value, in milliseconds.