Interface MergeDeletePath
-
- All Superinterfaces:
MergeInsertPath,MutateLimitPath,Path,ReturningPath,Statement
- All Known Subinterfaces:
MergeUpdatePath,MergeUpdateSetOrUnsetPath,MergeUpdateSetPath,MergeUpdateUnsetPath,MergeUpdateWherePath
- All Known Implementing Classes:
DefaultMergeDeletePath,DefaultMergeUpdatePath,DefaultMergeUpdateSetOrUnsetPath,DefaultMergeUpdateSetPath,DefaultMergeUpdateUnsetPath,DefaultMergeUpdateWherePath
public interface MergeDeletePath extends MergeInsertPath
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MergeDeleteWherePathwhenMatchedThenDelete()-
Methods inherited from interface com.couchbase.client.java.query.dsl.path.MergeInsertPath
whenNotMatchedThenInsert
-
Methods inherited from interface com.couchbase.client.java.query.dsl.path.MutateLimitPath
limit
-
Methods inherited from interface com.couchbase.client.java.query.dsl.path.ReturningPath
returning, returning, returningElement, returningElement, returningRaw, returningRaw
-
-
-
-
Method Detail
-
whenMatchedThenDelete
MergeDeleteWherePath whenMatchedThenDelete()
-
-