Class SelectStmtFormatterBuilder
Object
gudusoft.gsqlparser.pp.stmtformatter.builder.AbstractStmtFormatterBuilder<SelectStmtFormatter>
gudusoft.gsqlparser.pp.stmtformatter.builder.comm.SelectStmtFormatterBuilder
the select statement builder
- Author:
- zhoujun
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidinitialize the special processorsprotected SelectStmtFormattercreate the formatter, subclass should override this template method to create a new instanceMethods inherited from class gudusoft.gsqlparser.pp.stmtformatter.builder.AbstractStmtFormatterBuilder
build, getOption, initCommonProcessorsForFormatter, setOption
-
Constructor Details
-
SelectStmtFormatterBuilder
public SelectStmtFormatterBuilder()default construnction
-
-
Method Details
-
newInstanceFormatter
Description copied from class:AbstractStmtFormatterBuildercreate the formatter, subclass should override this template method to create a new instance- Overrides:
newInstanceFormatterin classAbstractStmtFormatterBuilder<SelectStmtFormatter>- Returns:
-
initSpecialProcessorForFormatter
Description copied from class:AbstractStmtFormatterBuilderinitialize the special processors- Overrides:
initSpecialProcessorForFormatterin classAbstractStmtFormatterBuilder<SelectStmtFormatter>
-