- java.lang.Object
-
- net.sf.jsqlparser.statement.merge.MergeDelete
-
- All Implemented Interfaces:
java.io.Serializable
,MergeOperation
public class MergeDelete extends java.lang.Object implements java.io.Serializable, MergeOperation
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private Expression
andPredicate
-
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)
java.lang.String
toString()
MergeDelete
withAndPredicate(Expression andPredicate)
-
-
-
Field Detail
-
andPredicate
private 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
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-