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