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