public class T_StoreCostResult
extends java.lang.Object
implements org.apache.derby.iapi.store.access.StoreCostResult
StoreCostController
Modifier and Type | Field and Description |
---|---|
(package private) double |
cost |
(package private) long |
row_count |
Constructor and Description |
---|
T_StoreCostResult() |
Modifier and Type | Method and Description |
---|---|
double |
getEstimatedCost()
Get the estimated cost.
|
long |
getEstimatedRowCount()
Get the estimated row count.
|
void |
setEstimatedCost(double input_cost)
Set the estimated cost.
|
void |
setEstimatedRowCount(long count)
Set the estimated row count.
|
java.lang.String |
toString() |
public long getEstimatedRowCount()
getEstimatedRowCount
in interface org.apache.derby.iapi.store.access.StoreCostResult
public void setEstimatedRowCount(long count)
setEstimatedRowCount
in interface org.apache.derby.iapi.store.access.StoreCostResult
public double getEstimatedCost()
getEstimatedCost
in interface org.apache.derby.iapi.store.access.StoreCostResult
public void setEstimatedCost(double input_cost)
setEstimatedCost
in interface org.apache.derby.iapi.store.access.StoreCostResult
public java.lang.String toString()
toString
in class java.lang.Object
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.