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.StoreCostResultpublic void setEstimatedRowCount(long count)
setEstimatedRowCount in interface org.apache.derby.iapi.store.access.StoreCostResultpublic double getEstimatedCost()
getEstimatedCost in interface org.apache.derby.iapi.store.access.StoreCostResultpublic void setEstimatedCost(double input_cost)
setEstimatedCost in interface org.apache.derby.iapi.store.access.StoreCostResultpublic java.lang.String toString()
toString in class java.lang.ObjectApache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.