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