| Package | Description |
|---|---|
| gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
| gudusoft.gsqlparser.scriptWriter |
| Modifier and Type | Method and Description |
|---|---|
TPivotClause |
TTable.getPivotClause()
Deprecated.
As of v1.6.2.4, replaced by
TPivotedTable |
TPivotClause |
TFromTable.getPivotClause() |
TPivotClause |
TPivotedTable.getPivotClause() |
| Modifier and Type | Method and Description |
|---|---|
TPTNodeList<TPivotClause> |
TPivotedTable.getPivotClauseList() |
| Modifier and Type | Method and Description |
|---|---|
void |
TParseTreeVisitor.postVisit(TPivotClause node) |
void |
TParseTreeVisitor.preVisit(TPivotClause node) |
void |
TTable.setPivotClause(TPivotClause pivotClause) |
void |
TFromTable.setPivotClause(TPivotClause pivotClause) |
void |
TPivotedTable.setPivotClause(TPivotClause pivotClause) |
| Modifier and Type | Method and Description |
|---|---|
void |
TPivotedTable.setPivotClauseList(TPTNodeList<TPivotClause> pivotClauseList) |
| Modifier and Type | Method and Description |
|---|---|
void |
TScriptGeneratorVisitor.preVisit(TPivotClause node) |
Copyright © 2019. All rights reserved.