Class DefaultInitialUpdateUnsetPath
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
com.couchbase.client.java.query.dsl.path.DefaultInitialUpdateUnsetPath
- All Implemented Interfaces:
InitialUpdateUnsetPath
,MutateLimitPath
,MutateWherePath
,Path
,ReturningPath
,Statement
- Direct Known Subclasses:
DefaultUpdateSetPath
public class DefaultInitialUpdateUnsetPath extends DefaultMutateWherePath implements InitialUpdateUnsetPath
-
Constructor Summary
Constructors Constructor Description DefaultInitialUpdateUnsetPath(AbstractPath parent)
-
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 class com.couchbase.client.java.query.dsl.path.DefaultMutateWherePath
where, where
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.MutateWherePath
where, where
Methods inherited from interface com.couchbase.client.java.query.dsl.path.ReturningPath
returning, returning, returningElement, returningElement, returningRaw, returningRaw
-
Constructor Details
-
DefaultInitialUpdateUnsetPath
-
-
Method Details
-
unset
- Specified by:
unset
in interfaceInitialUpdateUnsetPath
-
unset
- Specified by:
unset
in interfaceInitialUpdateUnsetPath
-
unset
- Specified by:
unset
in interfaceInitialUpdateUnsetPath
-
unset
- Specified by:
unset
in interfaceInitialUpdateUnsetPath
-