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, setOptionpublic AlterTableStmtFormatterBuilder()
protected AlterTableStmtFormatter newInstanceFormatter()
AbstractStmtFormatterBuildernewInstanceFormatter in class AbstractStmtFormatterBuilder<AlterTableStmtFormatter>protected void initSpecialProcessorForFormatter(AlterTableStmtFormatter formatter)
AbstractStmtFormatterBuilderinitSpecialProcessorForFormatter in class AbstractStmtFormatterBuilder<AlterTableStmtFormatter>