| 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
TLexerAnsi |
class |
TLexerDb2 |
class |
TLexerMssql |
| Modifier and Type | Method and Description |
|---|---|
TCustomLexer |
TGSqlParser.getFlexer()
The lexer which is used to tokenize the input SQL.
|