Uses of Class
gudusoft.gsqlparser.nodes.TSelectSqlNode
Packages that use TSelectSqlNode
Package
Description
Provides the classes represents various SQL query parse tree node.
Provides the classes represent various SQL statements.
-
Uses of TSelectSqlNode in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return TSelectSqlNodeModifier and TypeMethodDescriptionstatic TSelectSqlNodeTSelectSqlNode.getFirstSelectSqlNode(ArrayList<TSelectSqlNode> selectSqlNodes) TSelectSqlNode.getLeftNode()TDescribeSqlNode.getQueryNode()TSelectSqlNode.getRightNode()TForSqlNode.getSelectNode()TAlterViewSqlNode.getSelectSqlNode()TCreateMaterializedViewSqlNode.getSelectSqlNode()TCreateViewSqlNode.getSelectSqlNode()TDeclareSqlNode.getSelectSqlNode()TReturnSqlNode.getSelectSqlNode()TCreateFunctionSqlNode.getSqlQuery()TFromTable.getSubquerynode()TCopySqlNode.getSubQueryNode()TCreateTableSqlNode.getSubQueryNode()TInsertSqlNode.getSubQueryNode()TUpsertSqlNode.getSubQueryNode()Methods in gudusoft.gsqlparser.nodes that return types with arguments of type TSelectSqlNodeMethods in gudusoft.gsqlparser.nodes with parameters of type TSelectSqlNodeModifier and TypeMethodDescriptionvoidTCreateFunctionSqlNode.setSqlQuery(TSelectSqlNode sqlQuery) voidTCreateTableSqlNode.setSubQueryNode(TSelectSqlNode subQueryNode) voidTExpression.setSubQueryNode(TSelectSqlNode subQueryNode) voidTInsertSqlNode.setSubQueryNode(TSelectSqlNode subQueryNode) voidTUpsertSqlNode.setSubQueryNode(TSelectSqlNode subQueryNode) Method parameters in gudusoft.gsqlparser.nodes with type arguments of type TSelectSqlNodeModifier and TypeMethodDescriptionstatic TSelectSqlNodeTSelectSqlNode.getFirstSelectSqlNode(ArrayList<TSelectSqlNode> selectSqlNodes) static voidTSelectSqlNode.setFromList(ArrayList<TSelectSqlNode> selectSqlNode, TFromTableList fromTables) voidTSelectSqlNode.setSelectSqlNodes(ArrayList<TSelectSqlNode> selectSqlNodes) -
Uses of TSelectSqlNode in gudusoft.gsqlparser.nodes.bigquery
Methods in gudusoft.gsqlparser.nodes.bigquery that return TSelectSqlNodeModifier and TypeMethodDescriptionTExportDataSqlNode.getQuery_statement()TCreateModelSqlNode.getSelectSqlNode() -
Uses of TSelectSqlNode in gudusoft.gsqlparser.nodes.hive
Methods in gudusoft.gsqlparser.nodes.hive that return TSelectSqlNode -
Uses of TSelectSqlNode in gudusoft.gsqlparser.nodes.mssql
Methods in gudusoft.gsqlparser.nodes.mssql that return TSelectSqlNode -
Uses of TSelectSqlNode in gudusoft.gsqlparser.nodes.snowflake
Methods in gudusoft.gsqlparser.nodes.snowflake that return TSelectSqlNodeMethods in gudusoft.gsqlparser.nodes.snowflake with parameters of type TSelectSqlNode -
Uses of TSelectSqlNode in gudusoft.gsqlparser.nodes.vertica
Methods in gudusoft.gsqlparser.nodes.vertica that return TSelectSqlNodeMethods in gudusoft.gsqlparser.nodes.vertica with parameters of type TSelectSqlNodeModifier and TypeMethodDescriptionvoidTExportToVerticaSqlNode.setSelectSqlNode(TSelectSqlNode selectSqlNode) -
Uses of TSelectSqlNode in gudusoft.gsqlparser.stmt
Methods in gudusoft.gsqlparser.stmt with parameters of type TSelectSqlNode