|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.xorm.query.Expression
|
+--org.xorm.query.Expression.Binary
|
+--org.xorm.query.Expression.Comparison
|
+--org.xorm.query.Expression.InclusiveOr
| Nested Class Summary |
| Field Summary |
| Fields inherited from class org.xorm.query.Expression.Binary |
lhs, rhs |
| Constructor Summary | |
Expression.InclusiveOr(Expression lhs,
Expression rhs)
|
|
| Method Summary | |
Object |
evaluate(QueryContext context)
|
Operator |
operator()
Returns a String representation of the operator |
| Methods inherited from class org.xorm.query.Expression.Comparison |
accept, getType |
| Methods inherited from class org.xorm.query.Expression.Binary |
getLHS, getRHS, toString |
| Methods inherited from class org.xorm.query.Expression |
escapeChar, escapeString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Expression.InclusiveOr(Expression lhs,
Expression rhs)
| Method Detail |
public Object evaluate(QueryContext context)
evaluate in class Expressionpublic Operator operator()
Expression.Binary
operator in class Expression.Binary
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||