
com.couchbase.client.java.query.dsl.path.UpdateUnsetPath Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-client Show documentation
Show all versions of java-client Show documentation
The official Couchbase Java SDK
package com.couchbase.client.java.query.dsl.path;
import com.couchbase.client.java.query.dsl.Expression;
public interface UpdateUnsetPath extends MutateWherePath {
UpdateUnsetPath unset(String path);
UpdateUnsetPath unset(String path, Expression updateFor);
UpdateUnsetPath unset(Expression path);
UpdateUnsetPath unset(Expression path, Expression updateFor);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy