|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.xorm.query.Condition
|
+--org.xorm.query.CompoundCondition
|
+--org.xorm.query.OrCondition
| Field Summary |
| Fields inherited from class org.xorm.query.CompoundCondition |
lhs, rhs |
| Constructor Summary | |
OrCondition(Condition lhs,
Condition rhs)
|
|
| Method Summary | |
String |
toString()
|
| Methods inherited from class org.xorm.query.CompoundCondition |
clone, getLHS, getRHS |
| Methods inherited from class org.xorm.query.Condition |
isInverted, setInverted |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public OrCondition(Condition lhs,
Condition rhs)
| Method Detail |
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||