|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sourceforge.toscanaj.model.sql.AndExpression
| Constructor Summary | |
AndExpression()
|
|
| 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 AndExpression()
| Method Detail |
public void addClause(Expression clause)
public void removeClause(Expression clause)
public java.lang.String getSQL()
getSQL in interface Expressionpublic boolean isLesserThan(Ordered other)
Ordered
isLesserThan in interface Orderedother - the object to compare to, must not be null
public boolean isEqual(Ordered other)
Ordered
isEqual in interface Orderedother - 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 | ||||||||||