public class StatisticsDescriptor extends TupleDescriptor
Modifier and Type | Field and Description |
---|---|
private int |
statColumnCount |
private UUID |
statID |
private UUID |
statRefID |
private Statistics |
statStat |
private UUID |
statTableID |
private java.lang.String |
statType |
private java.sql.Timestamp |
statUpdateTime |
private boolean |
statValid |
Constructor and Description |
---|
StatisticsDescriptor(DataDictionary dd,
UUID newUUID,
UUID objectUUID,
UUID tableUUID,
java.lang.String type,
Statistics stat,
int colCount) |
Modifier and Type | Method and Description |
---|---|
int |
getColumnCount() |
UUID |
getReferenceID() |
Statistics |
getStatistic() |
java.lang.String |
getStatType() |
UUID |
getTableUUID() |
java.sql.Timestamp |
getUpdateTimestamp() |
UUID |
getUUID() |
boolean |
isValid() |
java.lang.String |
toString() |
getColumnDependableFinder, getDataDictionary, getDependableFinder, getDescriptorName, getDescriptorType, isPersistent, setDataDictionary
private UUID statID
private UUID statRefID
private UUID statTableID
private java.sql.Timestamp statUpdateTime
private java.lang.String statType
private boolean statValid
private Statistics statStat
private int statColumnCount
public StatisticsDescriptor(DataDictionary dd, UUID newUUID, UUID objectUUID, UUID tableUUID, java.lang.String type, Statistics stat, int colCount)
public UUID getUUID()
public UUID getTableUUID()
public UUID getReferenceID()
public java.sql.Timestamp getUpdateTimestamp()
public java.lang.String getStatType()
public boolean isValid()
public Statistics getStatistic()
public int getColumnCount()
public java.lang.String toString()
toString
in class java.lang.Object
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.