Package | Description |
---|---|
gudusoft.gsqlparser |
Provides the class
gudusoft.gsqlparser.TGSqlParserr necessary to create a SQL Parser and the classes a SQL Parser uses
internally to handle different SQL dialects. |
gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
gudusoft.gsqlparser.nodes.hive |
Modifier and Type | Method and Description |
---|---|
TCTEList |
TCustomSqlStatement.getCteList()
Multiple common table expressions
TCTE can be specified following the single WITH keyword. |
protected TCTEList |
TCustomSqlStatement.searchCTEList() |
Modifier and Type | Method and Description |
---|---|
void |
TCustomSqlStatement.setCteList(TCTEList cteList) |
Modifier and Type | Field and Description |
---|---|
TCTEList |
TInsertSqlNode.cteList |
TCTEList |
TSelectSqlNode.cteList |
TCTEList |
TMergeSqlNode.cteList |
TCTEList |
TUpdateSqlNode.cteList |
TCTEList |
TDeleteSqlNode.cteList |
Modifier and Type | Method and Description |
---|---|
TCTEList |
TInsertSqlNode.getCteList() |
Modifier and Type | Method and Description |
---|---|
void |
TParseTreeVisitor.postVisit(TCTEList node) |
void |
TParseTreeVisitor.preVisit(TCTEList node) |
Modifier and Type | Method and Description |
---|---|
TCTEList |
THiveFromQuerySqlNode.getCteList() |
Modifier and Type | Method and Description |
---|---|
void |
THiveFromQuerySqlNode.setCteList(TCTEList cteList) |
Copyright © 2019. All rights reserved.