Uses of Class
gudusoft.gsqlparser.nodes.teradata.THashByClause
Packages that use THashByClause
Package
Description
Provides the classes represents various SQL query parse tree node.
-
Uses of THashByClause in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return THashByClauseModifier and TypeMethodDescriptionTFromTable.getHashByClause()Gets the HASH BY clause for Teradata table functions.TSelectSqlNode.getHashByClause()TTable.getHashByClause()Gets the HASH BY clause for Teradata table functions.Methods in gudusoft.gsqlparser.nodes with parameters of type THashByClauseModifier and TypeMethodDescriptionvoidTParseTreeVisitor.postVisit(THashByClause node) voidTParseTreeVisitor.preVisit(THashByClause node) voidTFromTable.setHashByClause(THashByClause hashByClause) Sets the HASH BY clause for Teradata table functions.voidTSelectSqlNode.setHashByClause(THashByClause hashByClause) voidTTable.setHashByClause(THashByClause hashByClause) Sets the HASH BY clause for Teradata table functions.