| Package | Description |
|---|---|
| gudusoft.gsqlparser.pp2 |
Fault-tolerant SQL formatter (pp2) — augments, does not replace,
the parse-dependent
gudusoft.gsqlparser.pp formatter. |
| Modifier and Type | Method and Description |
|---|---|
FormatDiagnostic.Severity |
FormatDiagnostic.getSeverity() |
static FormatDiagnostic.Severity |
FormatDiagnostic.Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormatDiagnostic.Severity[] |
FormatDiagnostic.Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
FormatDiagnostic(FormatDiagnostic.Severity severity,
int startOffset,
int endOffset,
String message) |
FormatDiagnostic(FormatDiagnostic.Severity severity,
int startOffset,
int endOffset,
String message,
TSyntaxError parserError) |