|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.toscanaj.model.sql.OrExpression
Constructor Summary | |
OrExpression()
|
Method Summary | |
void |
addClause(Expression clause)
|
java.lang.String |
getSQL()
|
boolean |
isEqual(Ordered other)
Compare the current with another object on equality. |
boolean |
isLesserThan(Ordered other)
Compares the current with another object on ordering. |
void |
removeClause(Expression clause)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OrExpression()
Method Detail |
public void addClause(Expression clause)
public void removeClause(Expression clause)
public java.lang.String getSQL()
getSQL
in interface Expression
public boolean isLesserThan(Ordered other)
Ordered
isLesserThan
in interface Ordered
other
- the object to compare to, must not be null
public boolean isEqual(Ordered other)
Ordered
isEqual
in interface Ordered
other
- the object to compare to, must not be null
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |