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.AssignmentUpdateBuilder.UpdateWhere set(Assignment... assignments)
SET assignments.assignments - the column assignments.this builder.AssignmentUpdateBuilder.UpdateWhere set(Collection<? extends Assignment> assignments)
SET assignments.assignments - the column assignments.this builder.AssignmentCopyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.