Interface MergeUpdateUnsetPath
-
- All Superinterfaces:
MergeDeletePath,MergeInsertPath,MergeUpdateWherePath,MutateLimitPath,Path,ReturningPath,Statement
- All Known Implementing Classes:
DefaultMergeUpdateUnsetPath
public interface MergeUpdateUnsetPath extends MergeUpdateWherePath
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MergeUpdateUnsetPathunset(Expression path)MergeUpdateUnsetPathunset(Expression path, Expression updateFor)MergeUpdateUnsetPathunset(String path)MergeUpdateUnsetPathunset(String path, Expression updateFor)-
Methods inherited from interface com.couchbase.client.java.query.dsl.path.MergeDeletePath
whenMatchedThenDelete
-
Methods inherited from interface com.couchbase.client.java.query.dsl.path.MergeInsertPath
whenNotMatchedThenInsert
-
Methods inherited from interface com.couchbase.client.java.query.dsl.path.MergeUpdateWherePath
where, where
-
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
-
unset
MergeUpdateUnsetPath unset(String path)
-
unset
MergeUpdateUnsetPath unset(String path, Expression updateFor)
-
unset
MergeUpdateUnsetPath unset(Expression path)
-
unset
MergeUpdateUnsetPath unset(Expression path, Expression updateFor)
-
-