| Package | Description |
|---|---|
| gudusoft.gsqlparser.dlineage.dataflow.model | |
| gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
| gudusoft.gsqlparser.scriptWriter | |
| gudusoft.gsqlparser.stmt |
Provides the classes represent various SQL statements.
|
| Modifier and Type | Method and Description |
|---|---|
Function |
ModelFactory.createFunction(TCaseExpression caseExpression) |
| Constructor and Description |
|---|
Function(TCaseExpression caseExpression) |
| Modifier and Type | Method and Description |
|---|---|
TCaseExpression |
TExpression.getCaseExpression() |
| Modifier and Type | Method and Description |
|---|---|
void |
TParseTreeVisitor.postVisit(TCaseExpression node) |
void |
TParseTreeVisitor.preVisit(TCaseExpression node) |
void |
TExpression.setCaseExpression(TCaseExpression caseExpression) |
| Modifier and Type | Method and Description |
|---|---|
void |
TScriptGeneratorVisitor.preVisit(TCaseExpression node) |
| Modifier and Type | Method and Description |
|---|---|
TCaseExpression |
TCaseStmt.getCaseExpr() |
| Modifier and Type | Method and Description |
|---|---|
void |
TCaseStmt.setCaseExpr(TCaseExpression caseExpr) |