|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.ibm.tspaces.query.OrQuery
Used to combine two queries with OR semantics This class extends the generic Query interface. An OrQuery object is specified at the client and passed to the server in a template tuple. At the server, it is transformed to a TSOrQuery object that is actually used for the query operation.
Query, Serialized Form| Constructor Summary | |
OrQuery(Query lhs_,
Query rhs_)
Create a new OrQuery |
|
| Method Summary | |
Query |
getLhs()
access the lefthand side of an Or query |
Query |
getRhs()
access the righthand side of an Or query |
java.lang.String |
toString()
Display the Query |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public OrQuery(Query lhs_,
Query rhs_)
lhs_ - The left-hand queryrhs_ - The right-hand query| Method Detail |
public Query getLhs()
public Query getRhs()
public java.lang.String toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||