| Interface | Description |
|---|---|
| SqlAbstractParserImpl.Metadata |
Metadata about the parser.
|
| SqlParser.Config |
Interface to define the configuration for a SQL parser.
|
| SqlParserImplFactory |
Factory for
SqlAbstractParserImpl objects. |
| Class | Description |
|---|---|
| SqlAbstractParserImpl |
Abstract base for parsers generated from CommonParser.jj.
|
| SqlAbstractParserImpl.MetadataImpl |
Default implementation of the
SqlAbstractParserImpl.Metadata interface. |
| SqlParser |
A
SqlParser parses a SQL statement. |
| SqlParser.ConfigBuilder |
Builder for a
SqlParser.Config. |
| SqlParserPos |
SqlParserPos represents the position of a parsed token within SQL statement
text.
|
| SqlParserUtil |
Utility methods relating to parsing SQL.
|
| SqlParserUtil.ParsedCollation |
The components of a collation definition, per the SQL standard.
|
| SqlParserUtil.StringAndPos |
Contains a string, the offset of a token within the string, and a parser
position containing the beginning and end line number.
|
| SqlParserUtil.ToTreeListItem |
Class that holds a
SqlOperator and a SqlParserPos. |
| Enum | Description |
|---|---|
| SqlAbstractParserImpl.ExprContext |
Type-safe enum for context of acceptable expressions.
|
| Exception | Description |
|---|---|
| SqlParseException |
SqlParseException defines a checked exception corresponding to
SqlParser. |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.