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, setOption
public SelectStmtFormatterBuilder()
protected SelectStmtFormatter newInstanceFormatter()
AbstractStmtFormatterBuilder
newInstanceFormatter
in class AbstractStmtFormatterBuilder<SelectStmtFormatter>
protected void initSpecialProcessorForFormatter(SelectStmtFormatter formatter)
AbstractStmtFormatterBuilder
initSpecialProcessorForFormatter
in class AbstractStmtFormatterBuilder<SelectStmtFormatter>