| Package | Description |
|---|---|
| gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
| gudusoft.gsqlparser.parser.powerquery | |
| gudusoft.gsqlparser.stmt.powerquery |
| Modifier and Type | Method and Description |
|---|---|
void |
TParseTreeVisitor.postVisit(TPowerQueryLetExpr node) |
void |
TParseTreeVisitor.preVisit(TPowerQueryLetExpr node) |
| Modifier and Type | Method and Description |
|---|---|
TPowerQueryLetExpr |
PowerQueryDocumentParser.parse()
Parse the token list as a complete M document.
|
| Modifier and Type | Method and Description |
|---|---|
TPowerQueryLetExpr |
TPowerQueryDocumentStmt.getLetExpression() |
| Modifier and Type | Method and Description |
|---|---|
void |
TPowerQueryDocumentStmt.setLetExpression(TPowerQueryLetExpr letExpression) |