| 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 |
|---|---|
TAlignStyle |
GFmtOpt.defaultAligntype
Provides stacked or wrapped layout for lists without a dedicated style,
notably UPDATE SET and CREATE TABLE lists.
|
TAlignStyle |
GFmtOpt.functionCallParametersStyle
Chooses stacked or wrapped layout for argument lists in ordinary function
calls.
|
TAlignStyle |
GFmtOpt.insertColumnlistStyle
Chooses stacked or wrapped layout for the target-column list of INSERT.
|
TAlignStyle |
GFmtOpt.insertValuelistStyle
Chooses stacked or wrapped layout for each INSERT VALUES list.
|
TAlignStyle |
GFmtOpt.parametersStyle
Chooses stacked or wrapped layout for stored-routine, package, trigger, and
supported CREATE VIEW parameter declarations.
|
TAlignStyle |
GFmtOpt.selectColumnlistStyle
Chooses stacked or wrapped layout for SELECT result columns and is also
reused by GROUP BY and ORDER BY lists.
|
TAlignStyle |
GFmtOpt.selectFromclauseStyle
Chooses stacked or wrapped layout for comma-separated table sources in a
FROM clause.
|
| Modifier and Type | Method and Description |
|---|---|
static TAlignStyle |
TAlignStyle.of(String type) |
static TAlignStyle |
TAlignStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TAlignStyle[] |
TAlignStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static AlignAliasProcessor |
ProcessorFactory.createAlignAliasProcessor(GFmtOpt option,
boolean option2,
TAlignStyle style)
create the alias processor
|
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) |