Uses of Class
gudusoft.gsqlparser.nodes.TInsertCondition

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

Uses of TInsertCondition in gudusoft.gsqlparser.nodes
 

Methods in gudusoft.gsqlparser.nodes that return types with arguments of type TInsertCondition
 TPTNodeList<TInsertCondition> TInsertSqlNode.getInsertConditions()
           
 

Method parameters in gudusoft.gsqlparser.nodes with type arguments of type TInsertCondition
 void TInsertSqlNode.setInsertConditions(TPTNodeList<TInsertCondition> insertConditions)
           
 

Uses of TInsertCondition in gudusoft.gsqlparser.stmt
 

Methods in gudusoft.gsqlparser.stmt that return types with arguments of type TInsertCondition
 TPTNodeList<TInsertCondition> TInsertSqlStatement.getInsertConditions()