CostEstimate
CostEstimateImpl
public interface StoreCostResult
StoreCostController
Modifier and Type | Method | Description |
---|---|---|
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.
|
long getEstimatedRowCount()
void setEstimatedRowCount(long count)
double getEstimatedCost()
void setEstimatedCost(double cost)
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.