Skip to content

How to retrieve updateSets of InsertConflictAction #1630

Closed
@leotu

Description

@leotu
"...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

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions