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

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

Uses of TAlignStyle in gudusoft.gsqlparser.pp.para
 

Fields in gudusoft.gsqlparser.pp.para declared as TAlignStyle
 TAlignStyle GFmtOpt.defaultAligntype
           
 TAlignStyle GFmtOpt.functionCallParametersStyle
           
 TAlignStyle GFmtOpt.insertColumnlistStyle
          the align style for the insert coloumn
 TAlignStyle GFmtOpt.insertValuelistStyle
          the value style in insert statement
 TAlignStyle GFmtOpt.parametersStyle
           
 TAlignStyle GFmtOpt.selectColumnlistStyle
          the align style for the select coloumn
 TAlignStyle GFmtOpt.selectFromclauseStyle
          the table name style in the from clause
 

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

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

Uses of TAlignStyle in gudusoft.gsqlparser.pp.processor
 

Methods in gudusoft.gsqlparser.pp.processor with parameters of type TAlignStyle
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
 

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

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