Package | Description |
---|---|
org.datanucleus.query.expression |
Package providing expressions from which a (generically) compiled query is made up.
|
org.datanucleus.query.inmemory |
Package providing the evaluation of queries using an in-memory process with evaluators for JDOQL and JPQL.
|
Modifier and Type | Method and Description |
---|---|
VariableExpression |
PrimaryExpressionIsVariableException.getVariableExpression()
Accessor for the VariableExpression that this primary expression should be swapped for.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
AbstractExpressionEvaluator.processVariableExpression(VariableExpression expr)
Method to process the supplied variable expression.
|
Constructor and Description |
---|
SubqueryExpression(String keyword,
VariableExpression operand) |
Modifier and Type | Field and Description |
---|---|
protected VariableExpression |
VariableNotSetException.varExpr |
Modifier and Type | Method and Description |
---|---|
VariableExpression |
VariableNotSetException.getVariableExpression()
Accessor for the variable expression that is not set.
|
Modifier and Type | Method and Description |
---|---|
Object |
InMemoryExpressionEvaluator.getValueForVariableExpression(VariableExpression varExpr)
Convenience method to get the (current) value for a VariableExpression.
|
protected Object |
InMemoryExpressionEvaluator.processVariableExpression(VariableExpression expr)
Method to process the supplied variable expression.
|
Constructor and Description |
---|
VariableNotSetException(VariableExpression varExpr)
Constructor when we don't know the possible values.
|
VariableNotSetException(VariableExpression varExpr,
Object[] values)
Constructor when we know the possible variable values.
|
Copyright © 2019. All rights reserved.