|
SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.solarmetric.rd.kodo.query.exp.InMemoryExpression
|
+--com.solarmetric.rd.kodo.query.exp.BindVariableExpression
|
+--com.solarmetric.rd.kodo.query.exp.BindValueVariableExpression
BindVariableExpression for map value collections.
| Constructor Summary | |
BindValueVariableExpression(com.solarmetric.rd.kodo.query.exp.BoundVariable var,
com.solarmetric.rd.kodo.query.exp.InMemoryValue val)
Constructor. |
|
| Method Summary | |
protected java.util.Collection |
getCollection(java.lang.Object values)
Return a collection for the given object, produced by eval'ing the value of this expression. |
| Methods inherited from class com.solarmetric.rd.kodo.query.exp.BindVariableExpression |
getVariable, getVariableValues |
| Methods inherited from class com.solarmetric.rd.kodo.query.exp.InMemoryExpression |
eval, evaluate, order |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BindValueVariableExpression(com.solarmetric.rd.kodo.query.exp.BoundVariable var,
com.solarmetric.rd.kodo.query.exp.InMemoryValue val)
var - the bound variableval - the value the variable is bound to| Method Detail |
protected java.util.Collection getCollection(java.lang.Object values)
BindVariableExpressioneval'ing the value of this expression. Simply casts
the object to a collection by default.
getCollection in class BindVariableExpression
|
SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||