Interface MergeUpdateWherePath
- All Superinterfaces:
MergeDeletePath,MergeInsertPath,MutateLimitPath,Path,ReturningPath,Statement
- All Known Subinterfaces:
MergeUpdateSetOrUnsetPath,MergeUpdateSetPath,MergeUpdateUnsetPath
- All Known Implementing Classes:
DefaultMergeUpdateSetOrUnsetPath,DefaultMergeUpdateSetPath,DefaultMergeUpdateUnsetPath,DefaultMergeUpdateWherePath
public interface MergeUpdateWherePath extends MergeDeletePath
-
Method Summary
Modifier and Type Method Description MergeDeletePathwhere(Expression expression)MergeDeletePathwhere(String expression)Methods inherited from interface com.couchbase.client.java.query.dsl.path.MergeDeletePath
whenMatchedThenDeleteMethods 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
-
where
-
where
-