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