Uses of Class
oracle.nosql.driver.ops.GetIndexesRequest
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 GetIndexesRequest in oracle.nosql.driver
Modifier and TypeMethodDescriptionNoSQLHandle.getIndexes
(GetIndexesRequest request) Returns information about and index, or indexes on a table. -
Uses of GetIndexesRequest in oracle.nosql.driver.ops
Modifier and TypeMethodDescriptionGetIndexesRequest.setCompartment
(String compartment) Cloud service only.GetIndexesRequest.setIndexName
(String indexName) Sets the index name to use for the request.GetIndexesRequest.setNamespace
(String namespace) Sets the optional namespace.GetIndexesRequest.setTableName
(String tableName) Sets the table name to use for the requestGetIndexesRequest.setTimeout
(int timeoutMs) Sets the request timeout value, in milliseconds.