Uses of Class
gudusoft.gsqlparser.nodes.TOutputClause

Packages that use TOutputClause
gudusoft.gsqlparser   
gudusoft.gsqlparser.nodes   
 

Uses of TOutputClause in gudusoft.gsqlparser
 

Methods in gudusoft.gsqlparser that return TOutputClause
 TOutputClause TCustomSqlStatement.getOutputClause()
          Used in delete, update statement.
 

Methods in gudusoft.gsqlparser with parameters of type TOutputClause
 void TCustomSqlStatement.setOutputClause(TOutputClause outputClause)
           
 

Uses of TOutputClause in gudusoft.gsqlparser.nodes
 

Methods in gudusoft.gsqlparser.nodes that return TOutputClause
 TOutputClause TDeleteSqlNode.getOutputClause()
           
 TOutputClause TInsertSqlNode.getOutputClause()
           
 TOutputClause TUpdateSqlNode.getOutputClause()
           
 

Methods in gudusoft.gsqlparser.nodes with parameters of type TOutputClause
 void TParseTreeVisitor.postVisit(TOutputClause node)
           
 void TParseTreeVisitor.preVisit(TOutputClause node)
           
 void TDeleteSqlNode.setOutputClause(TOutputClause outputClause)
           
 void TInsertSqlNode.setOutputClause(TOutputClause outputClause)
           
 void TUpdateSqlNode.setOutputClause(TOutputClause outputClause)