Uses of Class
gudusoft.gsqlparser.nodes.TInsertIntoValue

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

Uses of TInsertIntoValue in gudusoft.gsqlparser.nodes
 

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

Method parameters in gudusoft.gsqlparser.nodes with type arguments of type TInsertIntoValue
 void TInsertSqlNode.setInsertIntoValues(TPTNodeList<TInsertIntoValue> insertIntoValues)
           
 

Uses of TInsertIntoValue in gudusoft.gsqlparser.stmt
 

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