| 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 |
|---|---|
ArrayList<TSelectSqlNode> |
TSelectSqlNode.getSelectSqlNodes() |
| Modifier and Type | Method and Description |
|---|---|
void |
TCreateFunctionSqlNode.setSqlQuery(TSelectSqlNode sqlQuery) |
void |
TInsertSqlNode.setSubQueryNode(TSelectSqlNode subQueryNode) |
void |
TCreateTableSqlNode.setSubQueryNode(TSelectSqlNode subQueryNode) |
void |
TExpression.setSubQueryNode(TSelectSqlNode subQueryNode) |
void |
TUpsertSqlNode.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() |
TSelectSqlNode |
TCreateModelSqlNode.getSelectSqlNode() |
| 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) |