Uses of Class
gudusoft.gsqlparser.nodes.TSelectDistinct
Packages that use TSelectDistinct
Package
Description
Provides the classes represents various SQL query parse tree node.
Provides the classes represent various SQL statements.
-
Uses of TSelectDistinct in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return TSelectDistinctMethods in gudusoft.gsqlparser.nodes with parameters of type TSelectDistinctModifier and TypeMethodDescriptionvoidTParseTreeVisitor.postVisit(TSelectDistinct node) voidTParseTreeVisitor.preVisit(TSelectDistinct node) voidTSelectSqlNode.setSelectDistinct(TSelectDistinct selectDistinct) -
Uses of TSelectDistinct in gudusoft.gsqlparser.stmt
Methods in gudusoft.gsqlparser.stmt that return TSelectDistinctMethods in gudusoft.gsqlparser.stmt with parameters of type TSelectDistinctModifier and TypeMethodDescriptionvoidTSelectSqlStatement.setSelectDistinct(TSelectDistinct selectDistinct)