Uses of Class
net.sf.jsqlparser.statement.insert.InsertConflictAction
Packages that use InsertConflictAction
-
Uses of InsertConflictAction in net.sf.jsqlparser.parser
Methods in net.sf.jsqlparser.parser that return InsertConflictAction -
Uses of InsertConflictAction in net.sf.jsqlparser.statement.insert
Fields in net.sf.jsqlparser.statement.insert declared as InsertConflictActionMethods in net.sf.jsqlparser.statement.insert that return InsertConflictActionModifier and TypeMethodDescriptionInsertConflictAction.addUpdateSet
(Column column, Expression expression) InsertConflictAction.addUpdateSet
(UpdateSet updateSet) Insert.getConflictAction()
InsertConflictAction.withConflictActionType
(ConflictActionType conflictActionType) InsertConflictAction.withUpdateSets
(Collection<UpdateSet> updateSets) InsertConflictAction.withUpdateSets
(List<UpdateSet> updateSets) InsertConflictAction.withWhereExpression
(Expression whereExpression) Methods in net.sf.jsqlparser.statement.insert with parameters of type InsertConflictActionModifier and TypeMethodDescriptionvoid
Insert.setConflictAction
(InsertConflictAction conflictAction) Insert.withConflictAction
(InsertConflictAction conflictAction)