- java.lang.Object
-
- net.sf.jsqlparser.statement.merge.MergeDelete
-
- All Implemented Interfaces:
Serializable
,MergeOperation
public class MergeDelete extends Object implements Serializable, MergeOperation
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MergeDelete()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <S,T>
Taccept(MergeOperationVisitor<T> mergeOperationVisitor, S context)
Expression
getAndPredicate()
void
setAndPredicate(Expression andPredicate)
String
toString()
MergeDelete
withAndPredicate(Expression andPredicate)
-
-
-
Method Detail
-
getAndPredicate
public Expression getAndPredicate()
-
setAndPredicate
public void setAndPredicate(Expression andPredicate)
-
withAndPredicate
public MergeDelete withAndPredicate(Expression andPredicate)
-
accept
public <S,T> T accept(MergeOperationVisitor<T> mergeOperationVisitor, S context)
- Specified by:
accept
in interfaceMergeOperation
-
-