| Package | Description |
|---|---|
| gudusoft.gsqlparser.pp.para | |
| gudusoft.gsqlparser.pp.para.styleenums | |
| gudusoft.gsqlparser.pp.processor |
| Modifier and Type | Field and Description |
|---|---|
TAlignOption |
GFmtOpt.createtableFieldlistAlignOption
Left- or right-aligns CREATE TABLE column names within the widest column-
name width.
|
TAlignOption |
GFmtOpt.selectKeywordsAlignOption
Left- or right-aligns multiword and single-word query clause labels such as
SELECT, FROM, WHERE, GROUP BY, HAVING, and ORDER BY within their shared
keyword width.
|
| Modifier and Type | Method and Description |
|---|---|
static TAlignOption |
TAlignOption.of(String type) |
static TAlignOption |
TAlignOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TAlignOption[] |
TAlignOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateTableItemAlignProcessor |
ProcessorFactory.createCreateTableItemAlignProcessor(GFmtOpt option,
TAlignOption alignOption)
create the processor used to align the items
|