public abstract class UpdateExpression extends JsonObject
update_expression := partial_update_expression | [ partial_update_expression,...]
Constructor and Description |
---|
UpdateExpression() |
Modifier and Type | Method and Description |
---|---|
static UpdateExpression |
fromJson(com.fasterxml.jackson.databind.JsonNode node)
Parses an update expression using the given json object
|
getFactory, getSourceNode, toJson, toString
public static UpdateExpression fromJson(com.fasterxml.jackson.databind.JsonNode node)
Copyright © 2014. All rights reserved.