public interface StoreCostResult
StoreCostController
Modifier and Type | Method and 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.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.