net.sf.farrago.ddl
Class DdlAnalyzeStmt.IndexDetail

java.lang.Object
  extended by net.sf.farrago.ddl.DdlAnalyzeStmt.IndexDetail
Enclosing class:
DdlAnalyzeStmt

private class DdlAnalyzeStmt.IndexDetail
extends Object

IndexDetails stores details about an index being analyzed.


Field Summary
private  DdlAnalyzeStmt.ColumnDetail column
           
private  boolean estimate
           
private  FemLocalIndex index
           
private  String indexMofId
           
private  FarragoMedLocalIndexStats indexStats
           
 
Constructor Summary
private DdlAnalyzeStmt.IndexDetail(FemLocalIndex index, boolean estimate, DdlAnalyzeStmt.ColumnDetail column)
           
 
Method Summary
 FemLocalIndex getIndex()
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

index

private FemLocalIndex index

indexMofId

private final String indexMofId

indexStats

private FarragoMedLocalIndexStats indexStats

estimate

private final boolean estimate

column

private final DdlAnalyzeStmt.ColumnDetail column
Constructor Detail

DdlAnalyzeStmt.IndexDetail

private DdlAnalyzeStmt.IndexDetail(FemLocalIndex index,
                                   boolean estimate,
                                   DdlAnalyzeStmt.ColumnDetail column)
Method Detail

reset

public void reset()

getIndex

public FemLocalIndex getIndex()