Class GetIndexesResult

java.lang.Object
oracle.nosql.driver.ops.Result
oracle.nosql.driver.ops.GetIndexesResult

public class GetIndexesResult extends Result
Represents the result of a NoSQLHandle.getIndexes(oracle.nosql.driver.ops.GetIndexesRequest) operation.

On a successful operation the index information is returned in an array of GetIndexesResult.IndexInfo

See Also:
  • Constructor Details

    • GetIndexesResult

      public GetIndexesResult()
  • Method Details

    • getIndexes

      public GetIndexesResult.IndexInfo[] getIndexes()
      Returns the array of index information returned by the operation.
      Returns:
      the indexes information
    • toString

      public String toString()
      Overrides:
      toString in class Object