Class StatisticsDescriptor

java.lang.Object
org.apache.derby.iapi.sql.dictionary.TupleDescriptor
org.apache.derby.iapi.sql.dictionary.StatisticsDescriptor

public class StatisticsDescriptor extends TupleDescriptor
Implementation of StatisticsDescriptor.
  • Field Details

    • statID

      private UUID statID
    • statRefID

      private UUID statRefID
    • statTableID

      private UUID statTableID
    • statUpdateTime

      private Timestamp statUpdateTime
    • statType

      private String statType
    • statValid

      private boolean statValid
    • statStat

      private Statistics statStat
    • statColumnCount

      private int statColumnCount
  • Constructor Details

  • Method Details

    • getUUID

      public UUID getUUID()
    • getTableUUID

      public UUID getTableUUID()
    • getReferenceID

      public UUID getReferenceID()
    • getUpdateTimestamp

      public Timestamp getUpdateTimestamp()
    • getStatType

      public String getStatType()
    • isValid

      public boolean isValid()
    • getStatistic

      public Statistics getStatistic()
    • getColumnCount

      public int getColumnCount()
    • toString

      public String toString()
      Overrides:
      toString in class Object