Uses of Class
net.sf.jsqlparser.statement.update.UpdateSet
-
-
Uses of UpdateSet in net.sf.jsqlparser.parser
Methods in net.sf.jsqlparser.parser that return types with arguments of type UpdateSet Modifier and Type Method Description java.util.List<UpdateSet>
CCJSqlParser. UpdateSets()
-
Uses of UpdateSet in net.sf.jsqlparser.statement.insert
Fields in net.sf.jsqlparser.statement.insert with type parameters of type UpdateSet Modifier and Type Field Description private java.util.List<UpdateSet>
Insert. duplicateUpdateSets
private java.util.List<UpdateSet>
Insert. setUpdateSets
private java.util.List<UpdateSet>
InsertConflictAction. updateSets
Methods in net.sf.jsqlparser.statement.insert that return types with arguments of type UpdateSet Modifier and Type Method Description java.util.List<UpdateSet>
Insert. getDuplicateUpdateSets()
java.util.List<UpdateSet>
Insert. getSetUpdateSets()
java.util.List<UpdateSet>
InsertConflictAction. getUpdateSets()
Methods in net.sf.jsqlparser.statement.insert with parameters of type UpdateSet Modifier and Type Method Description InsertConflictAction
InsertConflictAction. addUpdateSet(UpdateSet updateSet)
Method parameters in net.sf.jsqlparser.statement.insert with type arguments of type UpdateSet Modifier and Type Method Description void
InsertConflictAction. setUpdateSets(java.util.List<UpdateSet> updateSets)
Insert
Insert. withDuplicateUpdateSets(java.util.List<UpdateSet> duplicateUpdateSets)
Insert
Insert. withSetUpdateSets(java.util.List<UpdateSet> setUpdateSets)
InsertConflictAction
InsertConflictAction. withUpdateSets(java.util.Collection<UpdateSet> updateSets)
InsertConflictAction
InsertConflictAction. withUpdateSets(java.util.List<UpdateSet> updateSets)
-
Uses of UpdateSet in net.sf.jsqlparser.statement.merge
Fields in net.sf.jsqlparser.statement.merge with type parameters of type UpdateSet Modifier and Type Field Description private java.util.List<UpdateSet>
MergeUpdate. updateSets
Methods in net.sf.jsqlparser.statement.merge that return types with arguments of type UpdateSet Modifier and Type Method Description java.util.List<UpdateSet>
MergeUpdate. getUpdateSets()
Method parameters in net.sf.jsqlparser.statement.merge with type arguments of type UpdateSet Modifier and Type Method Description MergeUpdate
MergeUpdate. setUpdateSets(java.util.List<UpdateSet> updateSets)
Constructor parameters in net.sf.jsqlparser.statement.merge with type arguments of type UpdateSet Constructor Description MergeUpdate(java.util.List<UpdateSet> updateSets)
-
Uses of UpdateSet in net.sf.jsqlparser.statement.update
Fields in net.sf.jsqlparser.statement.update with type parameters of type UpdateSet Modifier and Type Field Description private java.util.List<UpdateSet>
Update. updateSets
Methods in net.sf.jsqlparser.statement.update that return UpdateSet Modifier and Type Method Description UpdateSet
Update. getUpdateSet(int index)
Methods in net.sf.jsqlparser.statement.update that return types with arguments of type UpdateSet Modifier and Type Method Description java.util.List<UpdateSet>
Update. getUpdateSets()
Methods in net.sf.jsqlparser.statement.update with parameters of type UpdateSet Modifier and Type Method Description Update
Update. addUpdateSet(UpdateSet updateSet)
Method parameters in net.sf.jsqlparser.statement.update with type arguments of type UpdateSet Modifier and Type Method Description static java.lang.StringBuilder
UpdateSet. appendUpdateSetsTo(java.lang.StringBuilder builder, java.util.Collection<UpdateSet> updateSets)
void
Update. setUpdateSets(java.util.List<UpdateSet> updateSets)
Update
Update. withUpdateSets(java.util.List<UpdateSet> updateSets)
-
Uses of UpdateSet in net.sf.jsqlparser.statement.upsert
Fields in net.sf.jsqlparser.statement.upsert with type parameters of type UpdateSet Modifier and Type Field Description private java.util.List<UpdateSet>
Upsert. duplicateUpdateSets
private java.util.List<UpdateSet>
Upsert. updateSets
Methods in net.sf.jsqlparser.statement.upsert that return types with arguments of type UpdateSet Modifier and Type Method Description java.util.List<UpdateSet>
Upsert. getDuplicateUpdateSets()
java.util.List<UpdateSet>
Upsert. getUpdateSets()
Method parameters in net.sf.jsqlparser.statement.upsert with type arguments of type UpdateSet Modifier and Type Method Description Upsert
Upsert. setDuplicateUpdateSets(java.util.List<UpdateSet> duplicateUpdateSets)
Upsert
Upsert. setUpdateSets(java.util.List<UpdateSet> updateSets)
-
Uses of UpdateSet in net.sf.jsqlparser.util.deparser
Method parameters in net.sf.jsqlparser.util.deparser with type arguments of type UpdateSet Modifier and Type Method Description static void
AbstractDeParser. deparseUpdateSets(java.util.List<UpdateSet> updateSets, java.lang.StringBuilder buffer, ExpressionVisitor visitor)
-