Uses of Class
gudusoft.gsqlparser.nodes.TWindowDef
Packages that use TWindowDef
Package
Description
Provides the classes represents various SQL query parse tree node.
-
Uses of TWindowDef in gudusoft.gsqlparser.nodes
Fields in gudusoft.gsqlparser.nodes declared as TWindowDefMethods in gudusoft.gsqlparser.nodes that return TWindowDefModifier and TypeMethodDescriptionTFunctionCall.getWindowDef()Over clause of analytic functionTLimitClause.getWindowDef()Methods in gudusoft.gsqlparser.nodes that return types with arguments of type TWindowDefMethods in gudusoft.gsqlparser.nodes with parameters of type TWindowDefModifier and TypeMethodDescriptionvoidTParseTreeVisitor.postVisit(TWindowDef node) voidTParseTreeVisitor.preVisit(TWindowDef node) voidTFunctionCall.setWindowDef(TWindowDef windowDef) voidTLimitClause.setWindowDef(TWindowDef windowDef) voidTExpression.setWindowSpecification(TWindowDef windowSpecification) Method parameters in gudusoft.gsqlparser.nodes with type arguments of type TWindowDefModifier and TypeMethodDescriptionvoidTWindowClause.setWindowDefs(TPTNodeList<TWindowDef> windowDefs) -
Uses of TWindowDef in gudusoft.gsqlparser.scriptWriter
Methods in gudusoft.gsqlparser.scriptWriter with parameters of type TWindowDef