Package oracle.nosql.driver.ops
Class GetIndexesResult.IndexInfo
- java.lang.Object
-
- oracle.nosql.driver.ops.GetIndexesResult.IndexInfo
-
- Enclosing class:
- GetIndexesResult
public static class GetIndexesResult.IndexInfo extends java.lang.Object
IndexInfo represents the information about a single index including its name and field names.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]
getFieldNames()
Returns the array of field names that define the index.java.lang.String
getIndexName()
Returns the name of the index.java.lang.String
toString()
-
-
-
Method Detail
-
getIndexName
public java.lang.String getIndexName()
Returns the name of the index.- Returns:
- the index name
-
getFieldNames
public java.lang.String[] getFieldNames()
Returns the array of field names that define the index.- Returns:
- the field names
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-