Uses of Class
gudusoft.gsqlparser.nodes.TForUpdate

Packages that use TForUpdate
gudusoft.gsqlparser.nodes   
gudusoft.gsqlparser.stmt   
 

Uses of TForUpdate in gudusoft.gsqlparser.nodes
 

Methods in gudusoft.gsqlparser.nodes that return TForUpdate
 TForUpdate TSelectSqlNode.getForupdateClause()
           
 

Methods in gudusoft.gsqlparser.nodes with parameters of type TForUpdate
 void TParseTreeVisitor.postVisit(TForUpdate node)
           
 void TParseTreeVisitor.preVisit(TForUpdate node)
           
 void TSelectSqlNode.setForupdateClause(TForUpdate forupdateClause)
           
 

Uses of TForUpdate in gudusoft.gsqlparser.stmt
 

Methods in gudusoft.gsqlparser.stmt that return TForUpdate
 TForUpdate TSelectSqlStatement.getForUpdateClause()