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