| Modifier and Type | Method and Description |
|---|---|
List<FieldAndRValue> |
SetExpression.getFields()
Returns the fields to be updated, and their new values
|
| Constructor and Description |
|---|
SetExpression(UpdateOperator op,
FieldAndRValue... l)
Constructs a set expression using the given list
|
| Constructor and Description |
|---|
SetExpression(UpdateOperator op,
List<FieldAndRValue> list)
Constructs a set expression using the given list
|
Copyright © 2015. All rights reserved.