Package org.jparsec.examples.sql.ast
Class BetweenExpression
java.lang.Object
org.jparsec.examples.common.ValueObject
org.jparsec.examples.sql.ast.BetweenExpression
- All Implemented Interfaces:
Expression
Expression like "expr between a and b".
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal boolean
final Expression
final Expression
final Expression
-
Constructor Summary
ConstructorsConstructorDescriptionBetweenExpression
(Expression expression, boolean between, Expression from, Expression to) -
Method Summary
Methods inherited from class org.jparsec.examples.common.ValueObject
equals, hashCode, toString
-
Field Details
-
expression
-
between
public final boolean between -
from
-
to
-
-
Constructor Details
-
BetweenExpression
-