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