| Package | Description |
|---|---|
| gudusoft.gsqlparser.pp.stmtformatter | |
| gudusoft.gsqlparser.pp2 |
Fault-tolerant SQL formatter (pp2) — augments, does not replace,
the parse-dependent
gudusoft.gsqlparser.pp formatter. |
| gudusoft.gsqlparser.pp2.engine |
| Modifier and Type | Method and Description |
|---|---|
static Pp2FormatResult |
FormatterFactory.pp2(TGSqlParser parser,
Pp2FormatOptions opts)
Fault-tolerant formatter entry point (pp2).
|
| Modifier and Type | Method and Description |
|---|---|
Pp2FormatResult |
Pp2Formatter.format(String sql)
Format the given SQL using the default vendor (
EDbVendor.dbvoracle)
and default options (Pp2FormatOptions.defaults()). |
Pp2FormatResult |
Pp2Formatter.format(String sql,
EDbVendor vendor,
Pp2FormatOptions opts)
Format the given SQL using the supplied vendor and options.
|
Pp2FormatResult |
Pp2Formatter.format(String sql,
Pp2FormatOptions opts)
Format the given SQL using the default vendor (
EDbVendor.dbvoracle)
and the supplied options. |
| Modifier and Type | Method and Description |
|---|---|
Pp2FormatResult |
Pp2Engine.format(String sql,
EDbVendor vendor,
Pp2FormatOptions opts)
Format the given SQL string using the supplied database vendor and
options.
|