Interface InitialUpdateUnsetPath
-
- All Superinterfaces:
MutateLimitPath,MutateWherePath,Path,ReturningPath,Statement
- All Known Subinterfaces:
UpdateSetPath
- All Known Implementing Classes:
DefaultInitialUpdateUnsetPath,DefaultUpdateSetPath
public interface InitialUpdateUnsetPath extends MutateWherePath
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateUnsetPathunset(Expression path)UpdateUnsetPathunset(Expression path, Expression updateFor)UpdateUnsetPathunset(String path)UpdateUnsetPathunset(String path, Expression updateFor)-
Methods inherited from interface com.couchbase.client.java.query.dsl.path.MutateLimitPath
limit
-
Methods inherited from interface com.couchbase.client.java.query.dsl.path.MutateWherePath
where, where
-
Methods inherited from interface com.couchbase.client.java.query.dsl.path.ReturningPath
returning, returning, returningElement, returningElement, returningRaw, returningRaw
-
-
-
-
Method Detail
-
unset
UpdateUnsetPath unset(String path)
-
unset
UpdateUnsetPath unset(String path, Expression updateFor)
-
unset
UpdateUnsetPath unset(Expression path)
-
unset
UpdateUnsetPath unset(Expression path, Expression updateFor)
-
-