public class MergeUpdate extends Object implements Serializable
| Constructor and Description |
|---|
MergeUpdate(List<UpdateSet> updateSets) |
| Modifier and Type | Method and Description |
|---|---|
Expression |
getDeleteWhereCondition() |
<E extends Expression> |
getDeleteWhereCondition(Class<E> type) |
List<UpdateSet> |
getUpdateSets() |
Expression |
getWhereCondition() |
<E extends Expression> |
getWhereCondition(Class<E> type) |
void |
setDeleteWhereCondition(Expression deleteWhereCondition) |
MergeUpdate |
setUpdateSets(List<UpdateSet> updateSets) |
void |
setWhereCondition(Expression whereCondition) |
String |
toString() |
MergeUpdate |
withDeleteWhereCondition(Expression deleteWhereCondition) |
MergeUpdate |
withWhereCondition(Expression whereCondition) |
public MergeUpdate setUpdateSets(List<UpdateSet> updateSets)
public Expression getWhereCondition()
public void setWhereCondition(Expression whereCondition)
public Expression getDeleteWhereCondition()
public void setDeleteWhereCondition(Expression deleteWhereCondition)
public MergeUpdate withWhereCondition(Expression whereCondition)
public MergeUpdate withDeleteWhereCondition(Expression deleteWhereCondition)
public <E extends Expression> E getWhereCondition(Class<E> type)
public <E extends Expression> E getDeleteWhereCondition(Class<E> type)
Copyright © 2004–2023 JSQLParser. All rights reserved.