Uses of Class
gudusoft.gsqlparser.nodes.TKeepDenseRankClause
Packages that use TKeepDenseRankClause
Package
Description
Provides the classes represents various SQL query parse tree node.
-
Uses of TKeepDenseRankClause in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return TKeepDenseRankClauseModifier and TypeMethodDescriptionTAnalyticFunction.getKeepDenseRankClause()Deprecated.TWindowDef.getKeepDenseRankClause()Methods in gudusoft.gsqlparser.nodes with parameters of type TKeepDenseRankClauseModifier and TypeMethodDescriptionvoidTParseTreeVisitor.postVisit(TKeepDenseRankClause node) voidTParseTreeVisitor.preVisit(TKeepDenseRankClause node) voidTAnalyticFunction.setKeepDenseRankClause(TKeepDenseRankClause keepDenseRankClause) Deprecated.voidTWindowDef.setKeepDenseRankClause(TKeepDenseRankClause keepDenseRankClause) -
Uses of TKeepDenseRankClause in gudusoft.gsqlparser.scriptWriter
Methods in gudusoft.gsqlparser.scriptWriter with parameters of type TKeepDenseRankClauseModifier and TypeMethodDescriptionvoidTScriptGeneratorVisitor.preVisit(TKeepDenseRankClause node)