public class DefaultMutateWherePath extends DefaultMutateLimitPath implements MutateWherePath
| Constructor and Description |
|---|
DefaultMutateWherePath(AbstractPath parent) |
| Modifier and Type | Method and Description |
|---|---|
MutateLimitPath |
where(Expression expression)
Filter resulting rows based on the given expression.
|
MutateLimitPath |
where(String expression) |
limitreturning, returning, returningElement, returningElement, returningRaw, returningRawelement, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitlimitreturning, returning, returningElement, returningElement, returningRaw, returningRawpublic DefaultMutateWherePath(AbstractPath parent)
public MutateLimitPath where(Expression expression)
MutateWherePathFilter resulting rows based on the given expression.
where in interface MutateWherePathexpression - the filter expression.public MutateLimitPath where(String expression)
where in interface MutateWherePathCopyright © 2015 Couchbase, Inc.