| Package | Description |
|---|---|
| gudusoft.gsqlparser.resolver2 |
| Modifier and Type | Method and Description |
|---|---|
static TSQLResolver2ResultFormatter |
TSQLResolver2ResultFormatter.create(TSQLResolver2 resolver)
Create a formatter with default settings.
|
static TSQLResolver2ResultFormatter |
TSQLResolver2ResultFormatter.createWithCTE(TSQLResolver2 resolver)
Create a formatter configured to show CTE tables and columns.
|
static TSQLResolver2ResultFormatter |
TSQLResolver2ResultFormatter.createWithCTEColumns(TSQLResolver2 resolver)
Create a formatter configured to show CTE column definitions.
|
static TSQLResolver2ResultFormatter |
TSQLResolver2ResultFormatter.createWithDatatype(TSQLResolver2 resolver)
Create a formatter configured to show datatypes.
|
TSQLResolver2ResultFormatter |
TSQLResolver2ResultFormatter.setDisplayNameMode(DisplayNameMode mode)
Set the display name mode for identifier formatting.
|
TSQLResolver2ResultFormatter |
TSQLResolver2ResultFormatter.setLinkOrphanColumnToFirstTable(boolean linkOrphanColumnToFirstTable)
Set whether orphan columns should be linked to the first candidate table.
|
TSQLResolver2ResultFormatter |
TSQLResolver2ResultFormatter.setListStarColumn(boolean listStarColumn) |
TSQLResolver2ResultFormatter |
TSQLResolver2ResultFormatter.setOnlyPhysicalTables(boolean onlyPhysicalTables)
Set whether to only include physical/base tables in output.
|
TSQLResolver2ResultFormatter |
TSQLResolver2ResultFormatter.setShowColumnLocation(boolean showColumnLocation)
Set whether to include column location/clause in output.
|
TSQLResolver2ResultFormatter |
TSQLResolver2ResultFormatter.setShowColumnsOfCTE(boolean showColumnsOfCTE) |
TSQLResolver2ResultFormatter |
TSQLResolver2ResultFormatter.setShowCTE(boolean showCTE) |
TSQLResolver2ResultFormatter |
TSQLResolver2ResultFormatter.setShowDatatype(boolean showDatatype) |
TSQLResolver2ResultFormatter |
TSQLResolver2ResultFormatter.setShowLateralView(boolean showLateralView)
Set whether to include LATERAL VIEW tables in output when onlyPhysicalTables=true.
|
TSQLResolver2ResultFormatter |
TSQLResolver2ResultFormatter.setShowPivotTable(boolean showPivotTable)
Set whether to include PIVOT tables in output when onlyPhysicalTables=true.
|
TSQLResolver2ResultFormatter |
TSQLResolver2ResultFormatter.setShowTableEffect(boolean showTableEffect)
Set whether to include table effect type in output.
|
TSQLResolver2ResultFormatter |
TSQLResolver2ResultFormatter.setShowUnnest(boolean showUnnest)
Set whether to include UNNEST tables in output when onlyPhysicalTables=true.
|