Uses of Class
gudusoft.gsqlparser.nodes.TWindowDef

Packages that use TWindowDef
gudusoft.gsqlparser.nodes   
 

Uses of TWindowDef in gudusoft.gsqlparser.nodes
 

Methods in gudusoft.gsqlparser.nodes that return TWindowDef
 TWindowDef TWindowDef.getFrameClause()
           
 TWindowDef TFunctionCall.getWindowDef()
          Over clause of window function
 

Methods in gudusoft.gsqlparser.nodes that return types with arguments of type TWindowDef
 TPTNodeList<TWindowDef> TWindowClause.getWindowDefs()
           
 

Methods in gudusoft.gsqlparser.nodes with parameters of type TWindowDef
 void TWindowDef.setFrameClause(TWindowDef frameClause)
           
 void TFunctionCall.setWindowDef(TWindowDef windowDef)
           
 

Method parameters in gudusoft.gsqlparser.nodes with type arguments of type TWindowDef
 void TWindowClause.setWindowDefs(TPTNodeList<TWindowDef> windowDefs)