|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tranql.ql.AbstractNode
org.tranql.ql.Between
public class Between
This node represents a between operator in a where clause. This node expects three children: variable to test, start and end values testVariable BETWEEN startValue AND endValue
| Constructor Summary | |
|---|---|
Between(boolean not)
|
|
| Method Summary | |
|---|---|
boolean |
isNot()
|
java.lang.Object |
visit(QueryVisitor visitor,
java.lang.Object param)
|
| Methods inherited from class org.tranql.ql.AbstractNode |
|---|
addChild, getChild, getSibling, isOnlyChild, setSibling |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Between(boolean not)
| Method Detail |
|---|
public boolean isNot()
public java.lang.Object visit(QueryVisitor visitor,
java.lang.Object param)
throws QueryException
QueryException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||