| Package | Description |
|---|---|
| gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
| gudusoft.gsqlparser.nodes.bigquery | |
| 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 |
|---|---|
static TSelectSqlNode |
TSelectSqlNode.getFirstSelectSqlNode(ArrayList<TSelectSqlNode> selectSqlNodes) |
TSelectSqlNode |
TSelectSqlNode.getLeftNode() |
TSelectSqlNode |
TDescribeSqlNode.getQueryNode() |
TSelectSqlNode |
TSelectSqlNode.getRightNode() |
TSelectSqlNode |
TForSqlNode.getSelectNode() |
TSelectSqlNode |
TAlterViewSqlNode.getSelectSqlNode() |
TSelectSqlNode |
TDeclareSqlNode.getSelectSqlNode() |
TSelectSqlNode |
TCreateMaterializedViewSqlNode.getSelectSqlNode() |
TSelectSqlNode |
TCreateViewSqlNode.getSelectSqlNode() |
TSelectSqlNode |
TReturnSqlNode.getSelectSqlNode() |
TSelectSqlNode |
TCreateFunctionSqlNode.getSqlQuery() |
TSelectSqlNode |
TFromTable.getSubquerynode() |
TSelectSqlNode |
TCopySqlNode.getSubQueryNode() |
TSelectSqlNode |
TUpsertSqlNode.getSubQueryNode() |
TSelectSqlNode |
TInsertSqlNode.getSubQueryNode() |
TSelectSqlNode |
TCreateTableSqlNode.getSubQueryNode() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<TSelectSqlNode> |
TSelectSqlNode.getSelectSqlNodes() |
| Modifier and Type | Method and Description |
|---|---|
void |
TCreateFunctionSqlNode.setSqlQuery(TSelectSqlNode sqlQuery) |
void |
TUpsertSqlNode.setSubQueryNode(TSelectSqlNode subQueryNode) |
void |
TInsertSqlNode.setSubQueryNode(TSelectSqlNode subQueryNode) |
void |
TExpression.setSubQueryNode(TSelectSqlNode subQueryNode) |
void |
TCreateTableSqlNode.setSubQueryNode(TSelectSqlNode subQueryNode) |
| Modifier and Type | Method and Description |
|---|---|
static TSelectSqlNode |
TSelectSqlNode.getFirstSelectSqlNode(ArrayList<TSelectSqlNode> selectSqlNodes) |
static void |
TSelectSqlNode.setFromList(ArrayList<TSelectSqlNode> selectSqlNode,
TFromTableList fromTables) |
void |
TSelectSqlNode.setSelectSqlNodes(ArrayList<TSelectSqlNode> selectSqlNodes) |
| Modifier and Type | Method and Description |
|---|---|
TSelectSqlNode |
TExportDataSqlNode.getQuery_statement() |
| 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) |