| 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 |
|---|---|
FormatStatus |
Pp2FormatResult.getStatus() |
FormatStatus |
Pp2FormatResult.Region.getStatus() |
static FormatStatus |
FormatStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormatStatus[] |
FormatStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Pp2FormatResult(String text,
FormatStatus status,
List<Pp2FormatResult.Region> regions,
List<FormatDiagnostic> diagnostics) |
Region(int startOffset,
int endOffset,
RendererId rendererId,
FormatStatus status) |