Interface MutateWherePath
-
- All Superinterfaces:
MutateLimitPath,Path,ReturningPath,Statement
- All Known Subinterfaces:
DeleteUsePath,InitialUpdateUnsetPath,UpdateSetOrUnsetPath,UpdateSetPath,UpdateUnsetPath,UpdateUsePath
- All Known Implementing Classes:
DefaultDeleteUsePath,DefaultInitialUpdateUnsetPath,DefaultMutateWherePath,DefaultUpdateSetOrUnsetPath,DefaultUpdateSetPath,DefaultUpdateUnsetPath,DefaultUpdateUsePath
public interface MutateWherePath extends MutateLimitPath
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MutateLimitPathwhere(Expression expression)Filter resulting rows based on the given expression.MutateLimitPathwhere(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 Detail
-
where
MutateLimitPath where(Expression expression)
Filter resulting rows based on the given expression.- Parameters:
expression- the filter expression.- Returns:
- the next possible steps.
-
where
MutateLimitPath where(String expression)
-
-