Uses of Class
net.sf.jsqlparser.statement.update.UpdateSet
-
-
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.piped
Methods in net.sf.jsqlparser.statement.piped that return UpdateSet Modifier and Type Method Description UpdateSetSetPipeOperator. get(int index)UpdateSetSetPipeOperator. remove(int index)UpdateSetSetPipeOperator. set(int index, UpdateSet element)Methods in net.sf.jsqlparser.statement.piped that return types with arguments of type UpdateSet Modifier and Type Method Description List<UpdateSet>SetPipeOperator. getUpdateSets()Iterator<UpdateSet>SetPipeOperator. iterator()ListIterator<UpdateSet>SetPipeOperator. listIterator()ListIterator<UpdateSet>SetPipeOperator. listIterator(int index)Stream<UpdateSet>SetPipeOperator. parallelStream()Spliterator<UpdateSet>SetPipeOperator. spliterator()Stream<UpdateSet>SetPipeOperator. stream()List<UpdateSet>SetPipeOperator. subList(int fromIndex, int toIndex)Methods in net.sf.jsqlparser.statement.piped with parameters of type UpdateSet Modifier and Type Method Description voidSetPipeOperator. add(int index, UpdateSet element)booleanSetPipeOperator. add(UpdateSet updateSet)UpdateSetSetPipeOperator. set(int index, UpdateSet element)Method parameters in net.sf.jsqlparser.statement.piped with type arguments of type UpdateSet Modifier and Type Method Description booleanSetPipeOperator. addAll(int index, Collection<? extends UpdateSet> c)booleanSetPipeOperator. addAll(Collection<? extends UpdateSet> c)voidSetPipeOperator. forEach(Consumer<? super UpdateSet> action)booleanSetPipeOperator. removeIf(Predicate<? super UpdateSet> filter)voidSetPipeOperator. replaceAll(UnaryOperator<UpdateSet> operator)SetPipeOperatorSetPipeOperator. setUpdateSets(List<UpdateSet> updateSets)voidSetPipeOperator. sort(Comparator<? super UpdateSet> c)Constructor parameters in net.sf.jsqlparser.statement.piped with type arguments of type UpdateSet Constructor Description SetPipeOperator(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)
-