public class DefaultUpdateSetOrUnsetPath extends DefaultMutateWherePath implements UpdateSetOrUnsetPath
Constructor and Description |
---|
DefaultUpdateSetOrUnsetPath(AbstractPath parent) |
where, where
limit
returning, returning, returningElement, returningElement, returningRaw, returningRaw
element, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
where, where
limit
returning, returning, returningElement, returningElement, returningRaw, returningRaw
public DefaultUpdateSetOrUnsetPath(AbstractPath parent)
public UpdateUnsetPath unset(String path)
unset
in interface UpdateSetOrUnsetPath
public UpdateUnsetPath unset(String path, Expression updateFor)
unset
in interface UpdateSetOrUnsetPath
public UpdateUnsetPath unset(Expression path)
unset
in interface UpdateSetOrUnsetPath
public UpdateUnsetPath unset(Expression path, Expression updateFor)
unset
in interface UpdateSetOrUnsetPath
public UpdateSetPath set(String path, Expression value)
set
in interface UpdateSetOrUnsetPath
public UpdateSetPath set(String path, JsonObject value)
set
in interface UpdateSetOrUnsetPath
public UpdateSetPath set(String path, JsonArray value)
set
in interface UpdateSetOrUnsetPath
public UpdateSetPath set(String path, String value)
set
in interface UpdateSetOrUnsetPath
public UpdateSetPath set(String path, int value)
set
in interface UpdateSetOrUnsetPath
public UpdateSetPath set(String path, long value)
set
in interface UpdateSetOrUnsetPath
public UpdateSetPath set(String path, double value)
set
in interface UpdateSetOrUnsetPath
public UpdateSetPath set(String path, float value)
set
in interface UpdateSetOrUnsetPath
public UpdateSetPath set(String path, boolean value)
set
in interface UpdateSetOrUnsetPath
public UpdateSetPath set(String path, Expression value, Expression updateFor)
set
in interface UpdateSetOrUnsetPath
public UpdateSetPath set(String path, JsonObject value, Expression updateFor)
set
in interface UpdateSetOrUnsetPath
public UpdateSetPath set(String path, JsonArray value, Expression updateFor)
set
in interface UpdateSetOrUnsetPath
public UpdateSetPath set(String path, String value, Expression updateFor)
set
in interface UpdateSetOrUnsetPath
public UpdateSetPath set(String path, int value, Expression updateFor)
set
in interface UpdateSetOrUnsetPath
public UpdateSetPath set(String path, long value, Expression updateFor)
set
in interface UpdateSetOrUnsetPath
public UpdateSetPath set(String path, double value, Expression updateFor)
set
in interface UpdateSetOrUnsetPath
public UpdateSetPath set(String path, float value, Expression updateFor)
set
in interface UpdateSetOrUnsetPath
public UpdateSetPath set(String path, boolean value, Expression updateFor)
set
in interface UpdateSetOrUnsetPath
public UpdateSetPath set(Expression path, Expression value)
set
in interface UpdateSetOrUnsetPath
public UpdateSetPath set(Expression path, JsonObject value)
set
in interface UpdateSetOrUnsetPath
public UpdateSetPath set(Expression path, JsonArray value)
set
in interface UpdateSetOrUnsetPath
public UpdateSetPath set(Expression path, String value)
set
in interface UpdateSetOrUnsetPath
public UpdateSetPath set(Expression path, int value)
set
in interface UpdateSetOrUnsetPath
public UpdateSetPath set(Expression path, long value)
set
in interface UpdateSetOrUnsetPath
public UpdateSetPath set(Expression path, double value)
set
in interface UpdateSetOrUnsetPath
public UpdateSetPath set(Expression path, float value)
set
in interface UpdateSetOrUnsetPath
public UpdateSetPath set(Expression path, boolean value)
set
in interface UpdateSetOrUnsetPath
public UpdateSetPath set(Expression path, Expression value, Expression updateFor)
set
in interface UpdateSetOrUnsetPath
public UpdateSetPath set(Expression path, JsonObject value, Expression updateFor)
set
in interface UpdateSetOrUnsetPath
public UpdateSetPath set(Expression path, JsonArray value, Expression updateFor)
set
in interface UpdateSetOrUnsetPath
public UpdateSetPath set(Expression path, String value, Expression updateFor)
set
in interface UpdateSetOrUnsetPath
public UpdateSetPath set(Expression path, int value, Expression updateFor)
set
in interface UpdateSetOrUnsetPath
public UpdateSetPath set(Expression path, long value, Expression updateFor)
set
in interface UpdateSetOrUnsetPath
public UpdateSetPath set(Expression path, double value, Expression updateFor)
set
in interface UpdateSetOrUnsetPath
public UpdateSetPath set(Expression path, float value, Expression updateFor)
set
in interface UpdateSetOrUnsetPath
public UpdateSetPath set(Expression path, boolean value, Expression updateFor)
set
in interface UpdateSetOrUnsetPath
Copyright © 2015 Couchbase, Inc.