| Package | Description |
|---|---|
| gudusoft.gsqlparser.ir.semantic.builder | |
| 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 |
|---|---|
static SemanticProgram |
SemanticIRBuilder.buildCreateView(TCreateViewSqlStatement create,
NameBindingProvider provider)
Slice 79 — admit a single
CREATE [OR REPLACE] VIEW v [(c1, ...)] AS SELECT ...
statement. |
| 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) |