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, setOption
public CreateViewStmtFormatterBuilder()
protected void initSpecialProcessorForFormatter(CreateViewStmtFormatter formatter)
AbstractStmtFormatterBuilder
initSpecialProcessorForFormatter
in class AbstractStmtFormatterBuilder<CreateViewStmtFormatter>
protected CreateViewStmtFormatter newInstanceFormatter()
AbstractStmtFormatterBuilder
newInstanceFormatter
in class AbstractStmtFormatterBuilder<CreateViewStmtFormatter>