Package | Description |
---|---|
gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
gudusoft.gsqlparser.pp.processor.type.createview | |
gudusoft.gsqlparser.pp.stmtformatter.type.comm | |
gudusoft.gsqlparser.scriptWriter |
Modifier and Type | Method and Description |
---|---|
void |
TParseTreeVisitor.postVisit(TCreateViewSqlStatement stmt) |
void |
TParseTreeVisitor.preVisit(TCreateViewSqlStatement stmt) |
Modifier and Type | Method and Description |
---|---|
void |
CreateViewReturnProcessor.process(TCreateViewSqlStatement stmt) |
Modifier and Type | Method and Description |
---|---|
protected void |
CreateViewStmtFormatter.doFormat(TCreateViewSqlStatement stmt) |
Modifier and Type | Method and Description |
---|---|
void |
TScriptGeneratorVisitor.preVisit(TCreateViewSqlStatement stmt) |