Uses of Enum
gudusoft.gsqlparser.pp.para.styleenums.TAlignStyle
Packages that use TAlignStyle
Package
Description
-
Uses of TAlignStyle in gudusoft.gsqlparser.pp.para
Fields in gudusoft.gsqlparser.pp.para declared as TAlignStyleModifier and TypeFieldDescriptionGFmtOpt.defaultAligntype//todo add sample19GFmtOpt.functionCallParametersStyle//todo add sample60GFmtOpt.insertColumnlistStylethe align style for the insert column //todo add sample12GFmtOpt.insertValuelistStylethe value style in insert statement //todo add sample13GFmtOpt.parametersStyle//todo add sample45GFmtOpt.selectColumnlistStylethe align style for the select column //todo add sample1GFmtOpt.selectFromclauseStylethe table name style in the from clause //todo add sample6 -
Uses of TAlignStyle in gudusoft.gsqlparser.pp.para.styleenums
Methods in gudusoft.gsqlparser.pp.para.styleenums that return TAlignStyleModifier and TypeMethodDescriptionstatic TAlignStylestatic TAlignStyleReturns 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. -
Uses of TAlignStyle in gudusoft.gsqlparser.pp.processor
Methods in gudusoft.gsqlparser.pp.processor with parameters of type TAlignStyleModifier and TypeMethodDescriptionstatic AlignAliasProcessorProcessorFactory.createAlignAliasProcessor(GFmtOpt option, boolean option2, TAlignStyle style) create the alias processorstatic ColumnlistCommaProcessorProcessorFactory.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 TAlignStyleModifier and TypeMethodDescriptionstatic voidColumnlistCommaProcessor.processColumns(GFmtOpt opt, TLinefeedsCommaOption p, TAlignStyle alignStype, TParseTreeNodeList columns)