| 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 |
|---|---|
List<Pp2FormatResult.Region> |
Pp2FormatResult.getRegions()
Unmodifiable view; never
null, may be empty. |
| Constructor and Description |
|---|
Pp2FormatResult(String text,
FormatStatus status,
List<Pp2FormatResult.Region> regions,
List<FormatDiagnostic> diagnostics) |