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
Modifier and Type Method Description MergeDeleteWherePathwhenMatchedThenDelete()Methods inherited from interface com.couchbase.client.java.query.dsl.path.MergeInsertPath
whenNotMatchedThenInsertMethods inherited from interface com.couchbase.client.java.query.dsl.path.MutateLimitPath
limitMethods inherited from interface com.couchbase.client.java.query.dsl.path.ReturningPath
returning, returning, returningElement, returningElement, returningRaw, returningRaw
-
Method Details
-
whenMatchedThenDelete
MergeDeleteWherePath whenMatchedThenDelete()
-