Table of Contents

Class SelectStmtFormatterBuilder

Namespace
gudusoft.gsqlparser.pp.stmtformatter.builder.comm
Assembly
gudusoft.gsqlparser.dll

the select statement builder

@author zhoujun

public class SelectStmtFormatterBuilder : AbstractStmtFormatterBuilder
Inheritance
SelectStmtFormatterBuilder
Inherited Members

Constructors

SelectStmtFormatterBuilder()

default construnction

public SelectStmtFormatterBuilder()

Methods

initSpecialProcessorForFormatter(AbstractStmtFormatter)

initialize the special processors

protected override void initSpecialProcessorForFormatter(AbstractStmtFormatter formatterArg)

Parameters

formatterArg AbstractStmtFormatter

newInstanceFormatter()

create the formatter, subclass should override this template method to create a new instance

@return

protected override AbstractStmtFormatter newInstanceFormatter()

Returns

AbstractStmtFormatter