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
//todo add sample18
|
TLinefeedsCommaOption |
GFmtOpt.functionCallParametersComma
//todo add sample61
|
TLinefeedsCommaOption |
GFmtOpt.parametersComma
//todo add sample46
|
TLinefeedsCommaOption |
GFmtOpt.selectColumnlistComma
the comma style in select statement
//todo add sample2
|
TLinefeedsCommaOption |
GFmtOpt.selectFromclauseComma
the comma style in the from clause
//todo add sample7
|
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) |