public class SelectStmtFormatterBuilder extends AbstractStmtFormatterBuilder<SelectStmtFormatter>
| Constructor and Description |
|---|
SelectStmtFormatterBuilder()
default construnction
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
initSpecialProcessorForFormatter(SelectStmtFormatter formatter)
initialize the special processors
|
protected SelectStmtFormatter |
newInstanceFormatter()
create the formatter, subclass should override this template method to
create a new instance
|
build, getOption, initCommonProcessorsForFormatter, setOptionpublic SelectStmtFormatterBuilder()
protected SelectStmtFormatter newInstanceFormatter()
AbstractStmtFormatterBuildernewInstanceFormatter in class AbstractStmtFormatterBuilder<SelectStmtFormatter>protected void initSpecialProcessorForFormatter(SelectStmtFormatter formatter)
AbstractStmtFormatterBuilderinitSpecialProcessorForFormatter in class AbstractStmtFormatterBuilder<SelectStmtFormatter>