| 
Oracle® Ultra Search Java API Reference 10g Release 2 (10.2) B14221-01  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
  
oracle.ultrasearch.query.Or
Combine two or more queries using logical OR.
Or is the logical complement of And.
And| Constructor Summary | |
Or(Query[] terms)Combine several queries using the OR operator  | 
|
Or(Query qry1, Query qry2)Combine two queries using the OR operator  | 
|
| Method Summary | |
java.lang.String | 
compile()compile into a query string.  | 
java.lang.String | 
compileForCount()compile into a query string for counting hits.  | 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public Or(Query qry1,
          Query qry2)
qry1 - a query, null allowedqry2 - another query, null allowedpublic Or(Query[] terms)
terms - an array of query objects, not null| Method Detail | 
public java.lang.String compile()
compile in interface Querypublic java.lang.String compileForCount()
compileForCount in interface Query
  | 
Oracle® Ultra Search Java API Reference 10g Release 2 (10.2) B14221-01  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||