|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--de.pannenleiter.db.expr.Expression
|
+--de.pannenleiter.db.expr.UnionExpression
| Field Summary | |
protected Expression |
p1
|
protected Expression |
p2
|
| Constructor Summary | |
UnionExpression(Expression p1,
Expression p2)
Create a binary expression identifying the two operands and the operator |
|
| Method Summary | |
void |
dump(java.lang.String indent)
|
java.lang.String |
toString()
|
| Methods inherited from class de.pannenleiter.db.expr.Expression |
toSQL |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Field Detail |
protected Expression p1
protected Expression p2
| Constructor Detail |
public UnionExpression(Expression p1,
Expression p2)
p1 - the left-hand operandp2 - the right-hand operand| Method Detail |
public void dump(java.lang.String indent)
public java.lang.String toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||