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