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 UpdateUnsetPathunset(Expression path)UpdateUnsetPathunset(Expression path, Expression updateFor)UpdateUnsetPathunset(String path)UpdateUnsetPathunset(String path, Expression updateFor)Methods inherited from class com.couchbase.client.java.query.dsl.path.DefaultMutateWherePath
where, whereMethods inherited from class com.couchbase.client.java.query.dsl.path.DefaultMutateLimitPath
limitMethods inherited from class com.couchbase.client.java.query.dsl.path.DefaultReturningPath
returning, returning, returningElement, returningElement, returningRaw, returningRawMethods inherited from class com.couchbase.client.java.query.dsl.path.AbstractPath
element, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.couchbase.client.java.query.dsl.path.MutateLimitPath
limitMethods inherited from interface com.couchbase.client.java.query.dsl.path.MutateWherePath
where, whereMethods 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:
unsetin interfaceInitialUpdateUnsetPath
-
unset
- Specified by:
unsetin interfaceInitialUpdateUnsetPath
-
unset
- Specified by:
unsetin interfaceInitialUpdateUnsetPath
-
unset
- Specified by:
unsetin interfaceInitialUpdateUnsetPath
-