Uses of Class
net.sf.jsqlparser.statement.update.UpdateSet
-
Packages that use UpdateSet Package Description net.sf.jsqlparser.statement.insert net.sf.jsqlparser.statement.merge net.sf.jsqlparser.statement.update net.sf.jsqlparser.statement.upsert -
-
Uses of UpdateSet in net.sf.jsqlparser.statement.insert
Methods in net.sf.jsqlparser.statement.insert that return types with arguments of type UpdateSet Modifier and Type Method Description List<UpdateSet>Insert. getDuplicateUpdateSets()List<UpdateSet>Insert. getSetUpdateSets()List<UpdateSet>InsertConflictAction. getUpdateSets()Methods in net.sf.jsqlparser.statement.insert with parameters of type UpdateSet Modifier and Type Method Description InsertConflictActionInsertConflictAction. addUpdateSet(UpdateSet updateSet)Method parameters in net.sf.jsqlparser.statement.insert with type arguments of type UpdateSet Modifier and Type Method Description voidInsertConflictAction. setUpdateSets(List<UpdateSet> updateSets)InsertInsert. withDuplicateUpdateSets(List<UpdateSet> duplicateUpdateSets)InsertInsert. withSetUpdateSets(List<UpdateSet> setUpdateSets)InsertConflictActionInsertConflictAction. withUpdateSets(Collection<UpdateSet> updateSets)InsertConflictActionInsertConflictAction. withUpdateSets(List<UpdateSet> updateSets) -
Uses of UpdateSet in net.sf.jsqlparser.statement.merge
Methods in net.sf.jsqlparser.statement.merge that return types with arguments of type UpdateSet Modifier and Type Method Description List<UpdateSet>MergeUpdate. getUpdateSets()Method parameters in net.sf.jsqlparser.statement.merge with type arguments of type UpdateSet Modifier and Type Method Description MergeUpdateMergeUpdate. setUpdateSets(List<UpdateSet> updateSets)Constructor parameters in net.sf.jsqlparser.statement.merge with type arguments of type UpdateSet Constructor Description MergeUpdate(List<UpdateSet> updateSets) -
Uses of UpdateSet in net.sf.jsqlparser.statement.update
Methods in net.sf.jsqlparser.statement.update that return UpdateSet Modifier and Type Method Description UpdateSetUpdate. getUpdateSet(int index)Methods in net.sf.jsqlparser.statement.update that return types with arguments of type UpdateSet Modifier and Type Method Description List<UpdateSet>Update. getUpdateSets()Methods in net.sf.jsqlparser.statement.update with parameters of type UpdateSet Modifier and Type Method Description UpdateUpdate. addUpdateSet(UpdateSet updateSet)Method parameters in net.sf.jsqlparser.statement.update with type arguments of type UpdateSet Modifier and Type Method Description static StringBuilderUpdateSet. appendUpdateSetsTo(StringBuilder builder, Collection<UpdateSet> updateSets)voidUpdate. setUpdateSets(List<UpdateSet> updateSets)UpdateUpdate. withUpdateSets(List<UpdateSet> updateSets) -
Uses of UpdateSet in net.sf.jsqlparser.statement.upsert
Methods in net.sf.jsqlparser.statement.upsert that return types with arguments of type UpdateSet Modifier and Type Method Description List<UpdateSet>Upsert. getDuplicateUpdateSets()List<UpdateSet>Upsert. getUpdateSets()Method parameters in net.sf.jsqlparser.statement.upsert with type arguments of type UpdateSet Modifier and Type Method Description UpsertUpsert. setDuplicateUpdateSets(List<UpdateSet> duplicateUpdateSets)UpsertUpsert. setUpdateSets(List<UpdateSet> updateSets)
-