| 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.setTokenHandle(ITokenHandle tokenHandle)
Set an event handler which will be fired when a new source token is created by the lexer during tokenize the
input SQL.
|
| Modifier and Type | Method and Description |
|---|---|
ITokenHandle |
ParserContext.getTokenHandle() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSqlParser.setTokenHandle(ITokenHandle tokenHandle)
Set an event handler which will be fired when a new source token is created by the lexer during tokenization.
|
ParserContext.Builder |
ParserContext.Builder.tokenHandle(ITokenHandle tokenHandle)
Set token handle callback.
|