Uses of Class
oracle.nosql.driver.ops.GetTableRequest
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 GetTableRequest in oracle.nosql.driver
Modifier and TypeMethodDescriptionNoSQLHandle.getTable
(GetTableRequest request) Gets static information about the specified table including its state, provisioned throughput and capacity and schema. -
Uses of GetTableRequest in oracle.nosql.driver.ops
Modifier and TypeMethodDescriptionGetTableRequest.setCompartment
(String compartment) Cloud service only.GetTableRequest.setNamespace
(String namespace) Sets the optional namespace.GetTableRequest.setOperationId
(String operationId) Sets the operation id to use for the request.GetTableRequest.setTableName
(String tableName) Sets the table name to use for the requestGetTableRequest.setTimeout
(int timeoutMs) Sets the request timeout value, in milliseconds.