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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
statID
private UUID statID
statRefID
private UUID statRefID
statTableID
private UUID statTableID
statUpdateTime
private java.sql.Timestamp statUpdateTime
statType
private java.lang.String statType
statValid
private boolean statValid
statStat
private Statistics statStat
statColumnCount
private int statColumnCount
StatisticsDescriptor
public StatisticsDescriptor(DataDictionary dd,
UUID newUUID,
UUID objectUUID,
UUID tableUUID,
java.lang.String type,
Statistics stat,
int colCount)
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()
Apache Derby V10.1 Engine Documentation - Copyright © 1997,2005 The Apache Software Foundation or its licensors, as applicable.