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
Modifier and Type Method Description UpdateUnsetPath
unset(Expression path)
UpdateUnsetPath
unset(Expression path, Expression updateFor)
UpdateUnsetPath
unset(String path)
UpdateUnsetPath
unset(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 Details
-
unset
-
unset
-
unset
-
unset
-