net.sf.farrago.ddl
Class DdlAnalyzeStmt.IndexDetail
java.lang.Object
net.sf.farrago.ddl.DdlAnalyzeStmt.IndexDetail
- Enclosing class:
- DdlAnalyzeStmt
private class DdlAnalyzeStmt.IndexDetail
- extends Object
IndexDetails stores details about an index being analyzed.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
index
private FemLocalIndex index
indexMofId
private final String indexMofId
indexStats
private FarragoMedLocalIndexStats indexStats
estimate
private final boolean estimate
column
private final DdlAnalyzeStmt.ColumnDetail column
DdlAnalyzeStmt.IndexDetail
private DdlAnalyzeStmt.IndexDetail(FemLocalIndex index,
boolean estimate,
DdlAnalyzeStmt.ColumnDetail column)
reset
public void reset()
getIndex
public FemLocalIndex getIndex()