| Class | Description |
|---|---|
| Query |
This class provides the ability for a developer to apply an arbitrary SQL statement
(using suitable syntax) to a collection of Java objects.
|
| QueryResults |
This class holds all the "result" information about the execution of a particular
Query.
|
| Exception | Description |
|---|---|
| QueryExecutionException |
The exception that is thrown during the execution part of the Query
execution.
|
| QueryParseException |
The exception that is thrown during the parse and init
parts of the Query execution.
|