org.apache.derby.iapi.sql.dictionary
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.
-
-
Constructor Summary
Constructors Constructor and Description StatisticsDescriptor(DataDictionary dd, UUID newUUID, UUID objectUUID, UUID tableUUID, java.lang.String type, Statistics stat, int colCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description intgetColumnCount()UUIDgetReferenceID()StatisticsgetStatistic()java.lang.StringgetStatType()UUIDgetTableUUID()java.sql.TimestampgetUpdateTimestamp()UUIDgetUUID()booleanisValid()java.lang.StringtoString()-
Methods inherited from class org.apache.derby.iapi.sql.dictionary.TupleDescriptor
getDescriptorName, getDescriptorType, isPersistent
-
-
-
-
Constructor Detail
-
StatisticsDescriptor
public StatisticsDescriptor(DataDictionary dd, UUID newUUID, UUID objectUUID, UUID tableUUID, java.lang.String type, Statistics stat, int colCount)
-
-
Method Detail
-
getUUID
public UUID getUUID()
-
getTableUUID
public UUID getTableUUID()
-
getReferenceID
public UUID getReferenceID()
-
getUpdateTimestamp
public java.sql.Timestamp getUpdateTimestamp()
-
getStatType
public java.lang.String getStatType()
-
isValid
public boolean isValid()
-
getStatistic
public Statistics getStatistic()
-
getColumnCount
public int getColumnCount()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-
DataMelt 3.0 © DataMelt by jWork.ORG