public interface UpdateBuilder
Update
statement.StatementBuilder
Modifier and Type | Interface and Description |
---|---|
static interface |
UpdateBuilder.BuildUpdate
Interface exposing the
Update build method. |
static interface |
UpdateBuilder.UpdateAssign
Interface exposing
SET methods. |
static interface |
UpdateBuilder.UpdateWhere
Interface exposing
WHERE methods. |
static interface |
UpdateBuilder.UpdateWhereAndOr
|
Modifier and Type | Method and Description |
---|---|
UpdateBuilder.UpdateAssign |
table(Table table)
Configure the
Table to which the update is applied. |
UpdateBuilder.UpdateAssign table(Table table)
Table
to which the update is applied.count
- the top count.this
SelectBuilder
.Copyright © 2017–2020 Pivotal Software, Inc.. All rights reserved.