Package | Description |
---|---|
gudusoft.gsqlparser |
Provides the class
gudusoft.gsqlparser.TGSqlParserr necessary to create a SQL Parser and the classes a SQL Parser uses
internally to handle different SQL dialects. |
Modifier and Type | Method and Description |
---|---|
ArrayList<TSyntaxError> |
TGSqlParser.getSyntaxErrors()
The array of syntax error generated by the parser during checking the syntax of the input SQL,
element of this list is type of
TSyntaxError |
Modifier and Type | Method and Description |
---|---|
EActionOnParseError |
TCustomSqlStatement.parseerrormessagehandle(TSyntaxError se)
Log error messages if syntax errors found while parsing this statement.
|
Constructor and Description |
---|
TSyntaxError(TSyntaxError n) |
Copyright © 2019. All rights reserved.