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