| Interface | Description |
|---|---|
| SqlParser.Config |
Interface to define the configuration for a SQL parser.
|
| SqlParserImplFactory |
Factory for
SqlAbstractParserImpl objects. |
| Class | Description |
|---|---|
| Span |
Builder for
SqlParserPos. |
| SqlParser |
A
SqlParser parses a SQL statement. |
| SqlParser.ConfigBuilder | Deprecated |
| 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.ToTreeListItem |
Class that holds a
SqlOperator and a SqlParserPos. |
| StringAndPos |
Contains a string, the offset of a token within the string, and a parser
position containing the beginning and end line number.
|
| Exception | Description |
|---|---|
| SqlParseException |
SqlParseException defines a checked exception corresponding to
SqlParser. |
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.