Package oracle.nosql.driver.ops
Class ListTablesResult
java.lang.Object
oracle.nosql.driver.ops.Result
oracle.nosql.driver.ops.ListTablesResult
Represents the result of a 
NoSQLHandle.listTables(oracle.nosql.driver.ops.ListTablesRequest) operation.
 On a successful operation the table names are available as well as the index of the last returned table. Tables are returned in an array, sorted alphabetically.
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class oracle.nosql.driver.ops.ResultgetRateLimitDelayedMs, getRetryStats
- 
Constructor Details- 
ListTablesResultpublic ListTablesResult()
 
- 
- 
Method Details- 
getTablesReturns the array of table names returned by the operation.- Returns:
- the table names
 
- 
getLastReturnedIndexpublic int getLastReturnedIndex()Returns the index of the last table name returned. This can be provided toListTablesRequestto be used as a starting point for listing tables.- Returns:
- the index
 
- 
toString
 
-