org.apache.derby.iapi.store.access
Interface StoreCostResult

All Known Subinterfaces:
CostEstimate
All Known Implementing Classes:
CostEstimateImpl

public interface StoreCostResult

Manage the result information from a single call to StoreCostController.getScanCost().

See Also:
StoreCostController

Method Summary
 double getEstimatedCost()
          Get the estimated cost.
 long getEstimatedRowCount()
          Get the estimated row count.
 void setEstimatedCost(double cost)
          Set the estimated cost.
 void setEstimatedRowCount(long count)
          Set the estimated row count.
 

Method Detail

getEstimatedRowCount

public long getEstimatedRowCount()
Get the estimated row count.


setEstimatedRowCount

public void setEstimatedRowCount(long count)
Set the estimated row count.


getEstimatedCost

public double getEstimatedCost()
Get the estimated cost.


setEstimatedCost

public void setEstimatedCost(double cost)
Set the estimated cost.



Apache Derby V10.0 Engine Documentation - Copyright © 1997,2004 The Apache Software Foundation or its licensors, as applicable.