public class UpdateDSL<R> extends AbstractWhereSupport<UpdateDSL.UpdateWhereBuilder> implements Buildable<R>
Modifier and Type | Class and Description |
---|---|
class |
UpdateDSL.SetClauseFinisher<T> |
class |
UpdateDSL.UpdateWhereBuilder |
Modifier and Type | Method and Description |
---|---|
R |
build()
WARNING! Calling this method could result in an update statement that updates
all rows in a table.
|
<T> UpdateDSL.SetClauseFinisher<T> |
set(SqlColumn<T> column) |
static <R> UpdateDSL<R> |
update(Function<UpdateModel,R> adapterFunction,
SqlTable table) |
static UpdateDSL<UpdateModel> |
update(SqlTable table) |
UpdateDSL.UpdateWhereBuilder |
where() |
applyWhere, where, where, where, where
public <T> UpdateDSL.SetClauseFinisher<T> set(SqlColumn<T> column)
public UpdateDSL.UpdateWhereBuilder where()
where
in class AbstractWhereSupport<UpdateDSL.UpdateWhereBuilder>
@NotNull public R build()
public static <R> UpdateDSL<R> update(Function<UpdateModel,R> adapterFunction, SqlTable table)
public static UpdateDSL<UpdateModel> update(SqlTable table)
Copyright © 2016–2021 MyBatis.org. All rights reserved.