public interface SetsStep extends UpdateWhereStep
| Modifier and Type | Method and Description |
|---|---|
<T,E> SetsStep |
set(Column<T,E> column,
Expression<T,E> value) |
<T,E> SetsStep |
set(Column<T,E> column,
T value) |
UpdateWhereStep |
where(BooleanExpr<?,?> condition) |
orderBylimit<T,E> SetsStep set(Column<T,E> column, T value)
T - The final java type of the expression.E - The result set read java type of the expression.column - value - <T,E> SetsStep set(Column<T,E> column, Expression<T,E> value)
T - The final java type of the expression.E - The result set read java type of the expression.column - value - UpdateWhereStep where(BooleanExpr<?,?> condition)
condition - Copyright © 2015–2017 Bridje Framework. All rights reserved.