Class DefaultMutateWherePath
- java.lang.Object
-
- com.couchbase.client.java.query.dsl.path.AbstractPath
-
- com.couchbase.client.java.query.dsl.path.DefaultReturningPath
-
- com.couchbase.client.java.query.dsl.path.DefaultMutateLimitPath
-
- com.couchbase.client.java.query.dsl.path.DefaultMutateWherePath
-
- All Implemented Interfaces:
MutateLimitPath,MutateWherePath,Path,ReturningPath,Statement
- Direct Known Subclasses:
DefaultDeleteUsePath,DefaultInitialUpdateUnsetPath,DefaultUpdateSetOrUnsetPath,DefaultUpdateUnsetPath
public class DefaultMutateWherePath extends DefaultMutateLimitPath implements MutateWherePath
-
-
Constructor Summary
Constructors Constructor Description DefaultMutateWherePath(AbstractPath parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MutateLimitPathwhere(Expression expression)Filter resulting rows based on the given expression.MutateLimitPathwhere(String expression)-
Methods inherited from class com.couchbase.client.java.query.dsl.path.DefaultMutateLimitPath
limit
-
Methods inherited from class com.couchbase.client.java.query.dsl.path.DefaultReturningPath
returning, returning, returningElement, returningElement, returningRaw, returningRaw
-
Methods inherited from class com.couchbase.client.java.query.dsl.path.AbstractPath
element, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
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
-
-
-
-
Constructor Detail
-
DefaultMutateWherePath
public DefaultMutateWherePath(AbstractPath parent)
-
-
Method Detail
-
where
public MutateLimitPath where(Expression expression)
Description copied from interface:MutateWherePathFilter resulting rows based on the given expression.- Specified by:
wherein interfaceMutateWherePath- Parameters:
expression- the filter expression.- Returns:
- the next possible steps.
-
where
public MutateLimitPath where(String expression)
- Specified by:
wherein interfaceMutateWherePath
-
-