org.apache.derby.iapi.store.access
Interface StoreCostResult
-
- All Known Subinterfaces:
- CostEstimate
public interface StoreCostResultManage the result information from a single call to StoreCostController.getScanCost().- See Also:
StoreCostController
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description doublegetEstimatedCost()Get the estimated cost.longgetEstimatedRowCount()Get the estimated row count.voidsetEstimatedCost(double cost)Set the estimated cost.voidsetEstimatedRowCount(long count)Set the estimated row count.
-
-
-
Method Detail
-
getEstimatedRowCount
long getEstimatedRowCount()
Get the estimated row count.
-
setEstimatedRowCount
void setEstimatedRowCount(long count)
Set the estimated row count.
-
getEstimatedCost
double getEstimatedCost()
Get the estimated cost.
-
setEstimatedCost
void setEstimatedCost(double cost)
Set the estimated cost.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG