Uses of Class
oracle.nosql.driver.ops.ListTablesRequest
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 ListTablesRequest in oracle.nosql.driver
Modifier and TypeMethodDescriptionNoSQLHandle.listTables
(ListTablesRequest request) Lists tables, returning table names. -
Uses of ListTablesRequest in oracle.nosql.driver.ops
Modifier and TypeMethodDescriptionListTablesRequest.setCompartment
(String compartment) Cloud service only.ListTablesRequest.setLimit
(int limit) Sets the maximum number of table names to return in the operation.ListTablesRequest.setNamespace
(String namespace) On-premises only.ListTablesRequest.setStartIndex
(int startIndex) Sets the index to use to start returning table names.ListTablesRequest.setTimeout
(int timeoutMs) Sets the request timeout value, in milliseconds.