| Package | Description |
|---|---|
| gudusoft.gsqlparser |
Provides the class
TGSqlParser necessary to create a SQL Parser and the classes a SQL Parser uses
internally to handle different SQL dialects. |
| gudusoft.gsqlparser.parser |
| Modifier and Type | Method and Description |
|---|---|
void |
TGSqlParser.setTokenListHandle(ITokenListHandle tokenListHandle) |
| Modifier and Type | Method and Description |
|---|---|
ITokenListHandle |
ParserContext.getTokenListHandle() |
| Modifier and Type | Method and Description |
|---|---|
ParserContext.Builder |
ParserContext.Builder.tokenListHandle(ITokenListHandle tokenListHandle)
Set token list handle callback.
|