Package | Description |
---|---|
gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
gudusoft.gsqlparser.pp.processor | |
gudusoft.gsqlparser.pp.processor.type.plsql | |
gudusoft.gsqlparser.pp.stmtformatter.type.comm | |
gudusoft.gsqlparser.scriptWriter |
Modifier and Type | Method and Description |
---|---|
void |
TParseTreeVisitor.postVisit(TIfStmt node) |
void |
TParseTreeVisitor.preVisit(TIfStmt node) |
Modifier and Type | Method and Description |
---|---|
static AbstractProcessor<TIfStmt> |
ProcessorFactory.createPlsqlIfStmtBEProcessor(GFmtOpt opt) |
Modifier and Type | Method and Description |
---|---|
void |
PlsqlIfStmtBEProcessor.process(TIfStmt stmt) |
Modifier and Type | Method and Description |
---|---|
void |
PlsqlIfStmtFormatter.format(TIfStmt stmt) |
Modifier and Type | Method and Description |
---|---|
void |
TScriptGeneratorVisitor.preVisit(TIfStmt ifStmt) |