| 
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.And
Combine two or more queries using logical AND.
And is the logical complement of Or.
Or| Constructor Summary | |
And(Query[] terms)Combine several queries using the AND operator  | 
|
And(Query qry1, Query qry2)Combine two queries using the AND 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 And(Query qry1,
           Query qry2)
qry1 - a query, null allowedqry2 - another query, null allowedpublic And(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 | ||||||||||