Uses of Class
oracle.nosql.driver.ops.GetTableRequest
-
Packages that use GetTableRequest Package Description oracle.nosql.driver Contains the public API for using the Oracle NoSQL Database as well as configuration and common parameter classes used in database operations.oracle.nosql.driver.ops Contains the input and response classes used for Oracle NoSQL Database operations. -
-
Uses of GetTableRequest in oracle.nosql.driver
Methods in oracle.nosql.driver with parameters of type GetTableRequest Modifier and Type Method Description TableResultNoSQLHandle. 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
Methods in oracle.nosql.driver.ops that return GetTableRequest Modifier and Type Method Description GetTableRequestGetTableRequest. setCompartment(String compartment)Cloud service only.GetTableRequestGetTableRequest. setNamespace(String namespace)Sets the optional namespace.GetTableRequestGetTableRequest. setOperationId(String operationId)Sets the operation id to use for the request.GetTableRequestGetTableRequest. setTableName(String tableName)Sets the table name to use for the requestGetTableRequestGetTableRequest. setTimeout(int timeoutMs)Sets the request timeout value, in milliseconds.
-