|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.AbstractMap
java.util.HashMap
de.unidu.is.rs.CostParameters
Cost parameters of a query.
| Constructor Summary | |
CostParameters()
|
|
| Method Summary | |
int |
getInt(java.lang.String name)
Returns a value of a parameter as an integer. |
double |
getParameter(java.lang.String name)
Returns a value of a parameter. |
boolean |
hasParameter(java.lang.String name)
Tests if there is a parameter with the specified name |
java.util.Iterator |
parameterNames()
Returns an iterator over all parameter names. |
void |
setParameter(java.lang.String name,
double value)
Sets a parameter. |
java.lang.String |
toString()
Returns a text representation of the current object. |
| Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
| Methods inherited from class java.util.AbstractMap |
equals, hashCode |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
equals, hashCode |
| Constructor Detail |
public CostParameters()
| Method Detail |
public double getParameter(java.lang.String name)
name - name of the parameter
public int getInt(java.lang.String name)
name - name of the parameter
public boolean hasParameter(java.lang.String name)
public void setParameter(java.lang.String name,
double value)
name - name of the parametervalue - value of the parameterpublic java.lang.String toString()
public java.util.Iterator parameterNames()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||