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