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
//todo add sample19
|
TAlignStyle |
GFmtOpt.functionCallParametersStyle
//todo add sample60
|
TAlignStyle |
GFmtOpt.insertColumnlistStyle
the align style for the insert column
//todo add sample12
|
TAlignStyle |
GFmtOpt.insertValuelistStyle
the value style in insert statement
//todo add sample13
|
TAlignStyle |
GFmtOpt.parametersStyle
//todo add sample45
|
TAlignStyle |
GFmtOpt.selectColumnlistStyle
the align style for the select column
//todo add sample1
|
TAlignStyle |
GFmtOpt.selectFromclauseStyle
the table name style in the from clause
//todo add sample6
|
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) |