public class Index
extends CatalogAndSchema
A SQL Index with it's defining elements.
Author:
Nicolas de Pomereu
  • Field Details

    • tableIndexStatistic

      public static String tableIndexStatistic
    • tableIndexClustered

      public static String tableIndexClustered
    • tableIndexHashed

      public static String tableIndexHashed
    • tableIndexOther

      public static String tableIndexOther
  • Constructor Details

    • Index

      public Index()
  • Method Details

    • getIndexName

      public String getIndexName()
    • getTableName

      public String getTableName()
    • isNonUnique

      public boolean isNonUnique()
    • getIndexQualifier

      public String getIndexQualifier()
    • getType

      public String getType()
    • getOrdinalPosition

      public int getOrdinalPosition()
    • getColumnName

      public String getColumnName()
    • getAscendingOrDescending

      public String getAscendingOrDescending()
    • getCardinality

      public long getCardinality()
    • getPages

      public long getPages()
    • getFilterCondition

      public String getFilterCondition()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals​(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object