Package | Description |
---|---|
gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
gudusoft.gsqlparser.nodes.couchbase | |
gudusoft.gsqlparser.nodes.hive | |
gudusoft.gsqlparser.nodes.mssql | |
gudusoft.gsqlparser.nodes.snowflake | |
gudusoft.gsqlparser.nodes.vertica | |
gudusoft.gsqlparser.stmt |
Provides the classes represent various SQL statements.
|
Modifier and Type | Method and Description |
---|---|
TSelectSqlNode |
TSelectSqlNode.getLeftNode() |
TSelectSqlNode |
TSelectSqlNode.getRightNode() |
TSelectSqlNode |
TForSqlNode.getSelectNode() |
TSelectSqlNode |
TCreateViewSqlNode.getSelectSqlNode() |
TSelectSqlNode |
TAlterViewSqlNode.getSelectSqlNode() |
TSelectSqlNode |
TReturnSqlNode.getSelectSqlNode() |
TSelectSqlNode |
TDeclareSqlNode.getSelectSqlNode() |
TSelectSqlNode |
TCreateMaterializedViewSqlNode.getSelectSqlNode() |
TSelectSqlNode |
TFromTable.getSubquerynode() |
TSelectSqlNode |
TCreateTableSqlNode.getSubQueryNode() |
TSelectSqlNode |
TInsertSqlNode.getSubQueryNode() |
Modifier and Type | Method and Description |
---|---|
void |
TCreateTableSqlNode.setSubQueryNode(TSelectSqlNode subQueryNode) |
void |
TInsertSqlNode.setSubQueryNode(TSelectSqlNode subQueryNode) |
void |
TExpression.setSubQueryNode(TSelectSqlNode subQueryNode) |
Modifier and Type | Method and Description |
---|---|
TSelectSqlNode |
TUpsertSqlNode.getSubQueryNode() |
Modifier and Type | Method and Description |
---|---|
void |
TUpsertSqlNode.setSubQueryNode(TSelectSqlNode subQueryNode) |
Modifier and Type | Method and Description |
---|---|
TSelectSqlNode |
THiveFromQuerySqlNode.convertToSelect() |
Modifier and Type | Method and Description |
---|---|
TSelectSqlNode |
TMssqlSetSqlNode.getSubquery() |
Modifier and Type | Method and Description |
---|---|
TSelectSqlNode |
TCopyIntoNode.getSubquery() |
Modifier and Type | Method and Description |
---|---|
void |
TCopyIntoNode.setSubquery(TSelectSqlNode subquery) |
Modifier and Type | Method and Description |
---|---|
TSelectSqlNode |
TExportToVerticaSqlNode.getSelectSqlNode() |
Modifier and Type | Method and Description |
---|---|
void |
TExportToVerticaSqlNode.setSelectSqlNode(TSelectSqlNode selectSqlNode) |
Modifier and Type | Method and Description |
---|---|
void |
TLoopStmt.setSelectSqlNode(TSelectSqlNode selectSqlNode) |
Copyright © 2019. All rights reserved.