Uses of Class
oracle.nosql.driver.ops.TableRequest
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 TableRequest in oracle.nosql.driver
Modifier and TypeMethodDescriptionNoSQLHandle.doTableRequest
(TableRequest request, int timeoutMs, int pollIntervalMs) A convenience method that performs a TableRequest and waits for completion of the operation.NoSQLHandle.tableRequest
(TableRequest request) Performs an operation on a table. -
Uses of TableRequest in oracle.nosql.driver.ops
Modifier and TypeMethodDescriptionTableRequest.setCompartment
(String compartment) Cloud service only.TableRequest.setDefaults
(NoSQLHandleConfig config) TableRequest.setDefinedTags
(DefinedTags definedTags) Cloud service only.TableRequest.setFreeFormTags
(FreeFormTags freeFormTags) Cloud service only.TableRequest.setMatchEtag
(String etag) Cloud service only.TableRequest.setNamespace
(String namespace) Sets the optional namespace.TableRequest.setStatement
(String statement) Sets the query statement to use for the operation.TableRequest.setTableLimits
(TableLimits tableLimits) Cloud service only.TableRequest.setTableName
(String tableName) Sets the table name to use for the operation.TableRequest.setTimeout
(int timeoutMs) Sets the request timeout value, in milliseconds.