Package | Description |
---|---|
gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
gudusoft.gsqlparser.scriptWriter |
Modifier and Type | Field and Description |
---|---|
protected TWithinGroup |
TFunctionCall.withinGroup |
Modifier and Type | Method and Description |
---|---|
TWithinGroup |
TWindowDef.getWithinGroup() |
TWithinGroup |
TFunctionCall.getWithinGroup() |
Modifier and Type | Method and Description |
---|---|
void |
TParseTreeVisitor.postVisit(TWithinGroup node) |
void |
TParseTreeVisitor.preVisit(TWithinGroup node) |
void |
TWindowDef.setWithinGroup(TWithinGroup withinGroup) |
void |
TFunctionCall.setWithinGroup(TWithinGroup withinGroup) |
Modifier and Type | Method and Description |
---|---|
void |
TScriptGeneratorVisitor.preVisit(TWithinGroup node) |