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, setOptionpublic SetStmtFormatterBuilder()
protected SetStmtFormatter newInstanceFormatter()
AbstractStmtFormatterBuildernewInstanceFormatter in class AbstractStmtFormatterBuilder<SetStmtFormatter>protected void initSpecialProcessorForFormatter(SetStmtFormatter formatter)
AbstractStmtFormatterBuilderinitSpecialProcessorForFormatter in class AbstractStmtFormatterBuilder<SetStmtFormatter>