Class IndexInfo

java.lang.Object
com.gigaspaces.utils.jdbc.IndexInfo

public class IndexInfo extends Object
Encapsulates information on a table's index.
Since:
15.2.0
Author:
Niv Ingberg
  • Constructor Details

    • IndexInfo

      public IndexInfo(String name, String orderType, boolean nonUnique)
    • IndexInfo

      public IndexInfo(String name, String orderType, String indexType, boolean nonUnique)
  • Method Details

    • getName

      public String getName()
    • getOrderType

      public String getOrderType()
    • setOrderType

      public void setOrderType(String orderType)
    • getIndexType

      public String getIndexType()
    • setIndexType

      public void setIndexType(String indexType)
    • getColumns

      public List<String> getColumns()
    • isNonUnique

      public boolean isNonUnique()