| Package | Description |
|---|---|
| gudusoft.gsqlparser.ir.semantic.builder |
Low-level Semantic IR lowering APIs.
|
| gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
| gudusoft.gsqlparser.pp.processor.type.createtable | |
| gudusoft.gsqlparser.pp.stmtformatter.type.comm | |
| gudusoft.gsqlparser.resolver | |
| gudusoft.gsqlparser.resolver2 | |
| gudusoft.gsqlparser.scriptWriter |
| Modifier and Type | Method and Description |
|---|---|
static SemanticProgram |
SemanticIRBuilder.buildCreateTable(TCreateTableSqlStatement create,
NameBindingProvider provider)
Deprecated.
|
static SemanticProgram |
SemanticIRBuilder.buildCreateTable(TCreateTableSqlStatement create,
NameBindingProvider provider,
SemanticIRBuildOptions options)
Deprecated.
|
static SemanticBuildResult |
SemanticIRBuilder.buildCreateTableResult(TCreateTableSqlStatement create,
NameBindingProvider provider)
Build a CTAS and atomically return its program and diagnostics.
|
static SemanticBuildResult |
SemanticIRBuilder.buildCreateTableResult(TCreateTableSqlStatement create,
NameBindingProvider provider,
SemanticIRBuildOptions options)
Build under caller-supplied
options; see
SemanticIRBuilder.build(TSelectSqlStatement, NameBindingProvider, SemanticIRBuildOptions). |
| Modifier and Type | Method and Description |
|---|---|
void |
TParseTreeVisitor.postVisit(TCreateTableSqlStatement stmt) |
void |
TParseTreeVisitor.preVisit(TCreateTableSqlStatement stmt) |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateTableBEInNewLineProcessor.process(TCreateTableSqlStatement node) |
void |
CreateTableConstraintAlignProcessor.process(TCreateTableSqlStatement sql) |
void |
CreateTableAsProcessor.process(TCreateTableSqlStatement stmt) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CreateTableStmtFormatter.doFormat(TCreateTableSqlStatement sql) |
| Modifier and Type | Method and Description |
|---|---|
void |
TRelationResolver.postVisit(TCreateTableSqlStatement stmt) |
void |
TAttributeResolver.postVisit(TCreateTableSqlStatement stmt) |
void |
TRelationResolver.preVisit(TCreateTableSqlStatement stmt) |
void |
TMetadataCollector.preVisit(TCreateTableSqlStatement stmt)
Processes CREATE TABLE statements to collect table metadata.
|
void |
TAttributeResolver.preVisit(TCreateTableSqlStatement stmt) |
| Modifier and Type | Method and Description |
|---|---|
void |
ScopeBuilder.postVisit(TCreateTableSqlStatement stmt) |
void |
ScopeBuilder.preVisit(TCreateTableSqlStatement stmt) |
| Modifier and Type | Method and Description |
|---|---|
void |
TScriptGeneratorVisitor.preVisit(TCreateTableSqlStatement stmt) |