Uses of Class
gudusoft.gsqlparser.nodes.TDeclareVariable

Packages that use TDeclareVariable
gudusoft.gsqlparser.nodes   
 

Uses of TDeclareVariable in gudusoft.gsqlparser.nodes
 

Methods in gudusoft.gsqlparser.nodes that return TDeclareVariable
 TDeclareVariable TDeclareVariableList.getDeclareVariable(int position)
           
 

Methods in gudusoft.gsqlparser.nodes with parameters of type TDeclareVariable
 void TDeclareVariableList.addDeclareVariable(TDeclareVariable Item)