|
Class Summary |
| AndQuery |
Class AndQuery
Used to combine two queries
This class extends the generic Query interface. |
| IndexQuery |
Class IndexQuery
Use the T Tree index structure to answer the query. |
| MatchQuery |
Class MatchQuery
This class extends the generic Query interface. |
| OrQuery |
Used to combine two queries with OR semantics
This class extends the generic Query interface. |
| Range |
Used to specify the upper and lower bounds for a range query. |
| XMLQuery |
Class XMLQuery
Used to create XML queries which are then passed to the XQuery objects
This class extends the generic Query interface. |