| Interface | Description |
|---|---|
| QueryPartProcessor |
Callback of the
QueryPartParser, which recieves notifications
whenever a token is identified/parsed. |
| Class | Description |
|---|---|
| QueryParser |
A parser class of for full SQL-like queries.
|
| QueryPartCollectionProcessor |
Simple implementation of
QueryPartProcessor which simply adds all
elements to a collection. |
| QueryPartParser |
Parser of query parts.
|
| SelectItemParser |
| Exception | Description |
|---|---|
| QueryParserException |
Subtype of
MetaModelException which indicate a problem in parsing a
query passed to the QueryParser. |
| SelectItemParser.MultipleSelectItemsParsedException |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.