Class VariableExpression
- java.lang.Object
- 
- org.datanucleus.store.query.expression.Expression
- 
- org.datanucleus.store.query.expression.VariableExpression
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class VariableExpression extends Expression Expression representing a variable. The variable can be explicit (declared as input to the query) or implicit (implied based on the query).- See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.datanucleus.store.query.expression.ExpressionExpression.DyadicOperator, Expression.MonadicOperator, Expression.Operator
 
- 
 - 
Field Summary- 
Fields inherited from class org.datanucleus.store.query.expression.Expressionalias, left, op, OP_ADD, OP_AND, OP_BIT_AND, OP_BIT_OR, OP_BIT_XOR, OP_CAST, OP_COM, OP_CONCAT, OP_DISTINCT, OP_DIV, OP_EQ, OP_GT, OP_GTEQ, OP_IN, OP_IS, OP_ISNOT, OP_LIKE, OP_LT, OP_LTEQ, OP_MOD, OP_MUL, OP_NEG, OP_NOT, OP_NOTEQ, OP_NOTIN, OP_OR, OP_SUB, parent, right, symbol
 
- 
 - 
Constructor SummaryConstructors Constructor Description VariableExpression(String name)VariableExpression(String name, Class type)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Symbolbind(SymbolTable symtbl)Method to bind the expression to the symbol table as appropriate.StringgetId()StringtoString()
 
- 
- 
- 
Method Detail- 
getIdpublic String getId() 
 - 
bindpublic Symbol bind(SymbolTable symtbl) Method to bind the expression to the symbol table as appropriate.- Specified by:
- bindin class- Expression
- Parameters:
- symtbl- Symbol table
- Returns:
- The symbol for this expression
 
 
- 
 
-