Uses of Enum
gudusoft.gsqlparser.pp.para.styleenums.TLinefeedsCommaOption
Packages that use TLinefeedsCommaOption
Package
Description
-
Uses of TLinefeedsCommaOption in gudusoft.gsqlparser.pp.para
Fields in gudusoft.gsqlparser.pp.para declared as TLinefeedsCommaOptionModifier and TypeFieldDescriptionGFmtOpt.defaultCommaOption//todo add sample18GFmtOpt.functionCallParametersComma//todo add sample61GFmtOpt.parametersComma//todo add sample46GFmtOpt.selectColumnlistCommathe comma style in select statement //todo add sample2GFmtOpt.selectFromclauseCommathe comma style in the from clause //todo add sample7 -
Uses of TLinefeedsCommaOption in gudusoft.gsqlparser.pp.para.styleenums
Methods in gudusoft.gsqlparser.pp.para.styleenums that return TLinefeedsCommaOptionModifier and TypeMethodDescriptionstatic TLinefeedsCommaOptionstatic TLinefeedsCommaOptionReturns 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 are declared. -
Uses of TLinefeedsCommaOption in gudusoft.gsqlparser.pp.processor
Methods in gudusoft.gsqlparser.pp.processor with parameters of type TLinefeedsCommaOptionModifier and TypeMethodDescriptionstatic ColumnlistCommaProcessorProcessorFactory.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 TLinefeedsCommaOptionModifier and TypeMethodDescriptionstatic voidColumnlistCommaProcessor.processColumns(GFmtOpt opt, TLinefeedsCommaOption p, TAlignStyle alignStype, TParseTreeNodeList columns)