-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Description
"...UPDATE SET column"Code: InsertConflictAction.java
There is no public method to get variable "updateSets".
public class InsertConflictAction {
ConflictActionType conflictActionType;
private final ArrayList<UpdateSet> updateSets = new ArrayList<>();
Expression whereExpression;
...
}InsertConflictAction conflictAction = insert.getConflictAction();
Missing method ==> conflictAction.getUpdateSets() ?Metadata
Metadata
Assignees
Labels
No labels