public static interface UpdateBuilder.UpdateAssign
SET
methods.Modifier and Type | Method and Description |
---|---|
UpdateBuilder.UpdateWhere |
set(Assignment... assignments)
Apply one or more
SET assignments . |
UpdateBuilder.UpdateWhere |
set(Assignment assignment)
Apply a
SET assignment . |
UpdateBuilder.UpdateWhere |
set(Collection<? extends Assignment> assignments)
Apply one or more
SET assignments . |
UpdateBuilder.UpdateWhere set(Assignment assignment)
SET assignment
.assignment
- a single column assignment
.this
builder.Assignment
UpdateBuilder.UpdateWhere set(Assignment... assignments)
SET assignments
.assignments
- the column assignments
.this
builder.Assignment
UpdateBuilder.UpdateWhere set(Collection<? extends Assignment> assignments)
SET assignments
.assignments
- the column assignments
.this
builder.Assignment
Copyright © 2017–2020 Pivotal Software, Inc.. All rights reserved.