Modifier and Type | Method and Description |
---|---|
static UpdateOperator |
UpdateOperator.fromString(String s) |
UpdateOperator |
ArrayAddExpression.getOp()
The update operator
|
UpdateOperator |
SetExpression.getOp()
Returns the update operator
|
static UpdateOperator |
UpdateOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateOperator[] |
UpdateOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ArrayAddExpression(Path field,
UpdateOperator op,
List<RValueExpression> list)
Constructs an array update expression for insert and append operations
|
SetExpression(UpdateOperator op,
FieldAndRValue... l)
Constructs a set expression using the given list
|
SetExpression(UpdateOperator op,
List<FieldAndRValue> list)
Constructs a set expression using the given list
|
Copyright © 2014. All rights reserved.