public static class Expression.BetweenExpression extends Expression
Expression.BetweenExpression, Expression.BinaryExpression, Expression.Column, Expression.Const, Expression.InExpression, Expression.OpType, Expression.UnaryExpression
opType
Constructor and Description |
---|
Expression.BetweenExpression(java.lang.Object lower,
java.lang.Object upper) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getLower() |
java.lang.Object |
getUpper() |
java.lang.String |
toString() |
getOpType
Copyright © 2007-2012 The Apache Software Foundation