public class PlsqlStmtFormatterBuilder extends AbstractStmtFormatterBuilder<PlsqlStmtFormatter>
Constructor and Description |
---|
PlsqlStmtFormatterBuilder() |
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 PlsqlStmtFormatterBuilder()
protected void initSpecialProcessorForFormatter(PlsqlStmtFormatter formatter)
AbstractStmtFormatterBuilder
initSpecialProcessorForFormatter
in class AbstractStmtFormatterBuilder<PlsqlStmtFormatter>
protected PlsqlStmtFormatter newInstanceFormatter()
AbstractStmtFormatterBuilder
newInstanceFormatter
in class AbstractStmtFormatterBuilder<PlsqlStmtFormatter>