org.xorm.query
Class CompoundCondition
java.lang.Object
|
+--org.xorm.query.Condition
|
+--org.xorm.query.CompoundCondition
- All Implemented Interfaces:
- Cloneable
- Direct Known Subclasses:
- AndCondition, OrCondition
- public class CompoundCondition
- extends Condition
lhs
protected Condition lhs
rhs
protected Condition rhs
CompoundCondition
public CompoundCondition(Condition lhs,
Condition rhs)
clone
public Object clone()
- Overrides:
clone
in class Condition
getLHS
public Condition getLHS()
getRHS
public Condition getRHS()
$Header: /cvsroot/xorm/xorm/docs/api/org/xorm/query/CompoundCondition.html,v 1.8 2004/05/30 08:55:08 wbiggs Exp $