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 org.apache.derby.iapi.sql.dictionary.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