public class DefaultUpdateSetOrUnsetPath extends DefaultMutateWherePath implements UpdateSetOrUnsetPath
| Constructor and Description |
|---|
DefaultUpdateSetOrUnsetPath(AbstractPath parent) |
where, wherelimitreturning, returning, returningElement, returningElement, returningRaw, returningRawelement, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitwhere, wherelimitreturning, returning, returningElement, returningElement, returningRaw, returningRawpublic DefaultUpdateSetOrUnsetPath(AbstractPath parent)
public UpdateUnsetPath unset(String path)
unset in interface UpdateSetOrUnsetPathpublic UpdateUnsetPath unset(String path, Expression updateFor)
unset in interface UpdateSetOrUnsetPathupdateFor - a "FOR ... IN ... WHEN" clause. See UpdateForClause to correctly construct such an expression.public UpdateUnsetPath unset(Expression path)
unset in interface UpdateSetOrUnsetPathpublic UpdateUnsetPath unset(Expression path, Expression updateFor)
unset in interface UpdateSetOrUnsetPathupdateFor - a "FOR ... IN ... WHEN" clause. See UpdateForClause to correctly construct such an expression.public UpdateSetPath set(String path, Expression value)
set in interface UpdateSetOrUnsetPathpublic UpdateSetPath set(String path, JsonObject value)
set in interface UpdateSetOrUnsetPathpublic UpdateSetPath set(String path, JsonArray value)
set in interface UpdateSetOrUnsetPathpublic UpdateSetPath set(String path, String value)
set in interface UpdateSetOrUnsetPathpublic UpdateSetPath set(String path, int value)
set in interface UpdateSetOrUnsetPathpublic UpdateSetPath set(String path, long value)
set in interface UpdateSetOrUnsetPathpublic UpdateSetPath set(String path, double value)
set in interface UpdateSetOrUnsetPathpublic UpdateSetPath set(String path, float value)
set in interface UpdateSetOrUnsetPathpublic UpdateSetPath set(String path, boolean value)
set in interface UpdateSetOrUnsetPathpublic UpdateSetPath set(String path, Expression value, Expression updateFor)
set in interface UpdateSetOrUnsetPathupdateFor - a "FOR ... IN ... WHEN" clause. See UpdateForClause to correctly construct such an expression.public UpdateSetPath set(String path, JsonObject value, Expression updateFor)
set in interface UpdateSetOrUnsetPathupdateFor - a "FOR ... IN ... WHEN" clause. See UpdateForClause to correctly construct such an expression.public UpdateSetPath set(String path, JsonArray value, Expression updateFor)
set in interface UpdateSetOrUnsetPathupdateFor - a "FOR ... IN ... WHEN" clause. See UpdateForClause to correctly construct such an expression.public UpdateSetPath set(String path, String value, Expression updateFor)
set in interface UpdateSetOrUnsetPathupdateFor - a "FOR ... IN ... WHEN" clause. See UpdateForClause to correctly construct such an expression.public UpdateSetPath set(String path, int value, Expression updateFor)
set in interface UpdateSetOrUnsetPathupdateFor - a "FOR ... IN ... WHEN" clause. See UpdateForClause to correctly construct such an expression.public UpdateSetPath set(String path, long value, Expression updateFor)
set in interface UpdateSetOrUnsetPathupdateFor - a "FOR ... IN ... WHEN" clause. See UpdateForClause to correctly construct such an expression.public UpdateSetPath set(String path, double value, Expression updateFor)
set in interface UpdateSetOrUnsetPathupdateFor - a "FOR ... IN ... WHEN" clause. See UpdateForClause to correctly construct such an expression.public UpdateSetPath set(String path, float value, Expression updateFor)
set in interface UpdateSetOrUnsetPathupdateFor - a "FOR ... IN ... WHEN" clause. See UpdateForClause to correctly construct such an expression.public UpdateSetPath set(String path, boolean value, Expression updateFor)
set in interface UpdateSetOrUnsetPathupdateFor - a "FOR ... IN ... WHEN" clause. See UpdateForClause to correctly construct such an expression.public UpdateSetPath set(Expression path, Expression value)
set in interface UpdateSetOrUnsetPathpublic UpdateSetPath set(Expression path, JsonObject value)
set in interface UpdateSetOrUnsetPathpublic UpdateSetPath set(Expression path, JsonArray value)
set in interface UpdateSetOrUnsetPathpublic UpdateSetPath set(Expression path, String value)
set in interface UpdateSetOrUnsetPathpublic UpdateSetPath set(Expression path, int value)
set in interface UpdateSetOrUnsetPathpublic UpdateSetPath set(Expression path, long value)
set in interface UpdateSetOrUnsetPathpublic UpdateSetPath set(Expression path, double value)
set in interface UpdateSetOrUnsetPathpublic UpdateSetPath set(Expression path, float value)
set in interface UpdateSetOrUnsetPathpublic UpdateSetPath set(Expression path, boolean value)
set in interface UpdateSetOrUnsetPathpublic UpdateSetPath set(Expression path, Expression value, Expression updateFor)
set in interface UpdateSetOrUnsetPathupdateFor - a "FOR ... IN ... WHEN" clause. See UpdateForClause to correctly construct such an expression.public UpdateSetPath set(Expression path, JsonObject value, Expression updateFor)
set in interface UpdateSetOrUnsetPathupdateFor - a "FOR ... IN ... WHEN" clause. See UpdateForClause to correctly construct such an expression.public UpdateSetPath set(Expression path, JsonArray value, Expression updateFor)
set in interface UpdateSetOrUnsetPathupdateFor - a "FOR ... IN ... WHEN" clause. See UpdateForClause to correctly construct such an expression.public UpdateSetPath set(Expression path, String value, Expression updateFor)
set in interface UpdateSetOrUnsetPathupdateFor - a "FOR ... IN ... WHEN" clause. See UpdateForClause to correctly construct such an expression.public UpdateSetPath set(Expression path, int value, Expression updateFor)
set in interface UpdateSetOrUnsetPathupdateFor - a "FOR ... IN ... WHEN" clause. See UpdateForClause to correctly construct such an expression.public UpdateSetPath set(Expression path, long value, Expression updateFor)
set in interface UpdateSetOrUnsetPathupdateFor - a "FOR ... IN ... WHEN" clause. See UpdateForClause to correctly construct such an expression.public UpdateSetPath set(Expression path, double value, Expression updateFor)
set in interface UpdateSetOrUnsetPathupdateFor - a "FOR ... IN ... WHEN" clause. See UpdateForClause to correctly construct such an expression.public UpdateSetPath set(Expression path, float value, Expression updateFor)
set in interface UpdateSetOrUnsetPathupdateFor - a "FOR ... IN ... WHEN" clause. See UpdateForClause to correctly construct such an expression.public UpdateSetPath set(Expression path, boolean value, Expression updateFor)
set in interface UpdateSetOrUnsetPathupdateFor - a "FOR ... IN ... WHEN" clause. See UpdateForClause to correctly construct such an expression.Copyright © 2015 Couchbase, Inc.