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