Uses of Class
gudusoft.gsqlparser.pp.para.styleenums.TLinefeedsCommaOption

Packages that use TLinefeedsCommaOption
gudusoft.gsqlparser.pp.para   
gudusoft.gsqlparser.pp.para.styleenums   
gudusoft.gsqlparser.pp.processor   
gudusoft.gsqlparser.pp.processor.type.comm   
 

Uses of TLinefeedsCommaOption in gudusoft.gsqlparser.pp.para
 

Fields in gudusoft.gsqlparser.pp.para declared as TLinefeedsCommaOption
 TLinefeedsCommaOption GFmtOpt.defaultCommaOption
           
 TLinefeedsCommaOption GFmtOpt.functionCallParametersComma
           
 TLinefeedsCommaOption GFmtOpt.parametersComma
           
 TLinefeedsCommaOption GFmtOpt.selectColumnlistComma
          the comma style in select statement
 TLinefeedsCommaOption GFmtOpt.selectFromclauseComma
          the comma style in the from clause
 

Uses of TLinefeedsCommaOption in gudusoft.gsqlparser.pp.para.styleenums
 

Methods in gudusoft.gsqlparser.pp.para.styleenums that return TLinefeedsCommaOption
static TLinefeedsCommaOption TLinefeedsCommaOption.valueOf(java.lang.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're declared.
 

Uses of TLinefeedsCommaOption in gudusoft.gsqlparser.pp.processor
 

Methods in gudusoft.gsqlparser.pp.processor with parameters of type TLinefeedsCommaOption
static ColumnlistCommaProcessor ProcessorFactory.createColumnlistCommaProcessor(GFmtOpt option, TLinefeedsCommaOption commaOption, TAlignStyle option2)
          create the comma processor
 

Uses of TLinefeedsCommaOption in gudusoft.gsqlparser.pp.processor.type.comm
 

Methods in gudusoft.gsqlparser.pp.processor.type.comm with parameters of type TLinefeedsCommaOption
static void ColumnlistCommaProcessor.processColumns(GFmtOpt opt, TLinefeedsCommaOption p, TAlignStyle alignStype, TParseTreeNodeList columns)