|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.acmsl.queryj.ConditionOperator | +--org.acmsl.queryj.NestedConditionOperator
Represents condition operators involving nested queries SQL statements.
Constructor Summary | |
NestedConditionOperator(java.lang.String symbol,
SelectQuery query)
Creates a nested operator using given information. |
Method Summary | |
boolean |
equals(java.lang.Object candidate)
Checks if given object is logically equal to this one. |
SelectQuery |
getQuery()
Retrieves the operator query. |
protected void |
setQuery(SelectQuery query)
Specifies the operator query. |
Methods inherited from class org.acmsl.queryj.ConditionOperator |
getSymbol, setSymbol, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public NestedConditionOperator(java.lang.String symbol, SelectQuery query)
symbol
- the symbol.query
- the operator query.Method Detail |
protected void setQuery(SelectQuery query)
query
- the query.public SelectQuery getQuery()
public boolean equals(java.lang.Object candidate)
equals
in class ConditionOperator
candidate
- the object to check.
true
if both objects are logically equal.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |