Package | Description |
---|---|
gudusoft.gsqlparser.pp.stmtformatter | |
gudusoft.gsqlparser.pp.stmtformatter.builder | |
gudusoft.gsqlparser.pp.stmtformatter.type.comm |
Modifier and Type | Interface and Description |
---|---|
static interface |
FormatterFactory.IFormatterBuilderCreator<E extends AbstractStmtFormatter>
the callback interface to achieve the formatter builder
|
Modifier and Type | Method and Description |
---|---|
static <E extends AbstractStmtFormatter> |
FormatterFactory.createFormatter(GFmtOpt opt,
Class<E> clazz,
FormatterFactory.IFormatterBuilderCreator<E> creater)
create the formatter
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractStmtFormatterBuilder<E extends AbstractStmtFormatter> |
Modifier and Type | Class and Description |
---|---|
class |
AlterTableStmtFormatter |
class |
CommonStmtFormatter |
class |
CompactModeStmtFormatter |
class |
CreatePackageStmtFormatter |
class |
CreateProcedureStmtFormatter |
class |
CreateTableStmtFormatter |
class |
CreateTriggerStmtFormatter |
class |
CreateViewStmtFormatter |
class |
DeclareStmtFormatter |
class |
DeleteStmtFormatter |
class |
ExecuteStmtFormatter |
class |
GoStmtFormatter |
class |
IfStmtFormatter |
class |
InsertStmtFormatter
the insert statemeent formatter
|
class |
MergeStmtFormatter |
class |
PlsqlBlockStmtFormatter |
class |
PlsqlIfStmtFormatter |
class |
PlsqlStmtFormatter |
class |
ReturnStmtFormatter |
class |
SelectStmtFormatter
the select stmt formatter
|
class |
SetStmtFormatter |
class |
UpdateStmtFormatter
the formatter used to format the update statement
|
Copyright © 2023. All rights reserved.