Class StatisticsDescriptor
java.lang.Object
org.apache.derby.iapi.sql.dictionary.TupleDescriptor
org.apache.derby.iapi.sql.dictionary.StatisticsDescriptor
Implementation of StatisticsDescriptor.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStatisticsDescriptor(DataDictionary dd, UUID newUUID, UUID objectUUID, UUID tableUUID, String type, Statistics stat, int colCount) -
Method Summary
Methods inherited from class TupleDescriptor
getColumnDependableFinder, getDataDictionary, getDependableFinder, getDescriptorName, getDescriptorType, isPersistent, setDataDictionary
-
Field Details
-
statID
-
statRefID
-
statTableID
-
statUpdateTime
-
statType
-
statValid
private boolean statValid -
statStat
-
statColumnCount
private int statColumnCount
-
-
Constructor Details
-
StatisticsDescriptor
public StatisticsDescriptor(DataDictionary dd, UUID newUUID, UUID objectUUID, UUID tableUUID, String type, Statistics stat, int colCount)
-
-
Method Details
-
getUUID
-
getTableUUID
-
getReferenceID
-
getUpdateTimestamp
-
getStatType
-
isValid
public boolean isValid() -
getStatistic
-
getColumnCount
public int getColumnCount() -
toString
-