| Package | Description |
|---|---|
| gudusoft.gsqlparser.pp.para | |
| gudusoft.gsqlparser.pp.para.styleenums | |
| gudusoft.gsqlparser.pp.processor | |
| gudusoft.gsqlparser.pp.processor.type.comm |
| Modifier and Type | Field and Description |
|---|---|
TLinefeedsCommaOption |
GFmtOpt.defaultCommaOption
Provides comma placement for formatter lists without a dedicated comma
setting, including INSERT columns/values, UPDATE SET items, and CREATE
TABLE columns and constraints.
|
TLinefeedsCommaOption |
GFmtOpt.functionCallParametersComma
Positions commas when ordinary function-call arguments use stacked layout.
|
TLinefeedsCommaOption |
GFmtOpt.parametersComma
Positions commas for stacked stored-routine parameter declarations.
|
TLinefeedsCommaOption |
GFmtOpt.selectColumnlistComma
Chooses whether a comma ends the previous line or begins the next line in
stacked SELECT, GROUP BY, and ORDER BY lists.
|
TLinefeedsCommaOption |
GFmtOpt.selectFromclauseComma
Positions commas for stacked comma-separated FROM items.
|
| Modifier and Type | Method and Description |
|---|---|
static TLinefeedsCommaOption |
TLinefeedsCommaOption.of(String type) |
static TLinefeedsCommaOption |
TLinefeedsCommaOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TLinefeedsCommaOption[] |
TLinefeedsCommaOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ColumnlistCommaProcessor |
ProcessorFactory.createColumnlistCommaProcessor(GFmtOpt option,
TLinefeedsCommaOption commaOption,
TAlignStyle option2)
create the comma processor
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ColumnlistCommaProcessor.processColumns(GFmtOpt opt,
TLinefeedsCommaOption p,
TAlignStyle alignStype,
TParseTreeNodeList columns) |