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, toStringpublic static UpdateExpression fromJson(com.fasterxml.jackson.databind.JsonNode node)
Copyright © 2015. All rights reserved.