public interface SetsStep extends UpdateWhereStep
| Modifier and Type | Method and Description |
|---|---|
<T,E> SetsStep |
set(Column<T,E> column,
Expression<T,E> value)
Adds the value to set for a column in this query.
|
<T,E> SetsStep |
set(Column<T,E> column,
T value)
Adds the value to set for a column in this query.
|
UpdateWhereStep |
where(BooleanExpr<?,?> condition)
Adds a WHERE statement to the query.
|
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 - The column to set.value - The value for the column.<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 - The column to set.value - The value for the column.UpdateWhereStep where(BooleanExpr<?,?> condition)
condition - The condition for the where statement.Copyright © 2015–2018 Bridje Framework. All rights reserved.