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 |
TParserAnsi |
class |
TParserDb2Sql |
Modifier and Type | Field and Description |
---|---|
TCustomParser |
TCustomSqlStatement.parser
Parser used to parse this statement.
|
TCustomParser |
TCustomSqlStatement.plsqlparser
PLSQL parser used to parse this statement.
|