Uses of Class
org.datanucleus.store.query.expression.VariableExpression
Packages that use VariableExpression
Package
Description
Package providing expressions from which a (generically) compiled query is made up.
Package providing the evaluation of queries using an in-memory process with evaluators for JDOQL and JPQL.
-
Uses of VariableExpression in org.datanucleus.store.query.expression
Fields in org.datanucleus.store.query.expression declared as VariableExpressionModifier and TypeFieldDescription(package private) VariableExpressionPrimaryExpressionIsVariableException.varExprThe VariableExpression that the PrimaryExpression should be swapped with.Methods in org.datanucleus.store.query.expression that return VariableExpressionModifier and TypeMethodDescriptionPrimaryExpressionIsVariableException.getVariableExpression()Accessor for the VariableExpression that this primary expression should be swapped for.Methods in org.datanucleus.store.query.expression with parameters of type VariableExpressionModifier and TypeMethodDescriptionprotected ObjectAbstractExpressionEvaluator.processVariableExpression(VariableExpression expr) Method to process the supplied variable expression.Constructors in org.datanucleus.store.query.expression with parameters of type VariableExpression -
Uses of VariableExpression in org.datanucleus.store.query.inmemory
Fields in org.datanucleus.store.query.inmemory declared as VariableExpressionMethods in org.datanucleus.store.query.inmemory that return VariableExpressionModifier and TypeMethodDescriptionVariableNotSetException.getVariableExpression()Accessor for the variable expression that is not set.Methods in org.datanucleus.store.query.inmemory with parameters of type VariableExpressionModifier and TypeMethodDescriptionInMemoryExpressionEvaluator.getValueForVariableExpression(VariableExpression varExpr) Convenience method to get the (current) value for a VariableExpression.protected ObjectInMemoryExpressionEvaluator.processVariableExpression(VariableExpression expr) Method to process the supplied variable expression.Constructors in org.datanucleus.store.query.inmemory with parameters of type VariableExpressionModifierConstructorDescriptionConstructor when we don't know the possible values.VariableNotSetException(VariableExpression varExpr, Object[] values) Constructor when we know the possible variable values.