Interface MergeDeleteWherePath
- All Superinterfaces:
MergeInsertPath
,MutateLimitPath
,Path
,ReturningPath
,Statement
- All Known Implementing Classes:
DefaultMergeDeleteWherePath
public interface MergeDeleteWherePath extends MergeInsertPath
-
Method Summary
Modifier and Type Method Description MergeInsertPath
where(Expression expression)
MergeInsertPath
where(String expression)
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 Details
-
where
-
where
-