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