Class MergeUpdate
java.lang.Object
net.sf.jsqlparser.statement.merge.MergeUpdate
- All Implemented Interfaces:
Serializable
,MergeOperation
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(MergeOperationVisitor mergeOperationVisitor) <E extends Expression>
EgetAndPredicate
(Class<E> type) <E extends Expression>
EgetDeleteWhereCondition
(Class<E> type) <E extends Expression>
EgetWhereCondition
(Class<E> type) void
setAndPredicate
(Expression andPredicate) void
setDeleteWhereCondition
(Expression deleteWhereCondition) setUpdateSets
(List<UpdateSet> updateSets) void
setWhereCondition
(Expression whereCondition) toString()
withAndPredicate
(Expression andPredicate) withDeleteWhereCondition
(Expression deleteWhereCondition) withWhereCondition
(Expression whereCondition)
-
Field Details
-
updateSets
-
andPredicate
-
whereCondition
-
deleteWhereCondition
-
-
Constructor Details
-
MergeUpdate
public MergeUpdate() -
MergeUpdate
-
-
Method Details
-
getUpdateSets
-
setUpdateSets
-
getAndPredicate
-
setAndPredicate
-
getWhereCondition
-
setWhereCondition
-
getDeleteWhereCondition
-
setDeleteWhereCondition
-
accept
- Specified by:
accept
in interfaceMergeOperation
-
toString
-
withAndPredicate
-
withWhereCondition
-
withDeleteWhereCondition
-
getAndPredicate
-
getWhereCondition
-
getDeleteWhereCondition
-