public interface MutateWherePath extends MutateLimitPath
Modifier and Type | Method and Description |
---|---|
MutateLimitPath |
where(Expression expression)
Filter resulting rows based on the given expression.
|
MutateLimitPath |
where(String expression) |
limit
returning, returning, returningElement, returningElement, returningRaw, returningRaw
MutateLimitPath where(Expression expression)
Filter resulting rows based on the given expression.
expression
- the filter expression.MutateLimitPath where(String expression)
Copyright © 2015 Couchbase, Inc.