Uses of Class
oracle.nosql.driver.ops.GetIndexesRequest
-
Packages that use GetIndexesRequest 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 GetIndexesRequest in oracle.nosql.driver
Methods in oracle.nosql.driver with parameters of type GetIndexesRequest Modifier and Type Method Description GetIndexesResultNoSQLHandle. getIndexes(GetIndexesRequest request)Returns information about and index, or indexes on a table. -
Uses of GetIndexesRequest in oracle.nosql.driver.ops
Methods in oracle.nosql.driver.ops that return GetIndexesRequest Modifier and Type Method Description GetIndexesRequestGetIndexesRequest. setCompartment(String compartment)Cloud service only.GetIndexesRequestGetIndexesRequest. setIndexName(String indexName)Sets the index name to use for the request.GetIndexesRequestGetIndexesRequest. setNamespace(String namespace)Sets the optional namespace.GetIndexesRequestGetIndexesRequest. setTableName(String tableName)Sets the table name to use for the requestGetIndexesRequestGetIndexesRequest. setTimeout(int timeoutMs)Sets the request timeout value, in milliseconds.
-