Package | Description |
---|---|
gudusoft.gsqlparser.pp.para | |
gudusoft.gsqlparser.pp.para.styleenums | |
gudusoft.gsqlparser.pp.processor |
Modifier and Type | Field and Description |
---|---|
TAlignOption |
GFmtOpt.createtableFieldlistAlignOption
//todo add sample17
|
TAlignOption |
GFmtOpt.selectKeywordsAlignOption
//todo add sample31
|
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
|