Interface UpdateStatement.Builder
- Enclosing interface:
- UpdateStatement
public static interface UpdateStatement.Builder
-
Method Summary
Modifier and TypeMethodDescriptionaddReturning
(Expression<?> expression) addSetClause
(Field<?> field, Expression<?> newValue) addWhereClause
(BooleanExpressionTrait expression) build()
List<Expression<?>>
Map<Field<?>,
Expression<?>> getTable()
removeSetClause
(Field<?> field) resolveSetFields
(ExpressionFactory expressionFactory) withOption
(StructuredQuery.QueryOptions... options)
-
Method Details
-
getSetClauses
-
addSetClause
@Nonnull UpdateStatement.Builder addSetClause(@Nonnull Field<?> field, @Nonnull Expression<?> newValue) -
clearSetClauses
-
removeSetClause
-
getReturning
-
addReturning
-
clearReturning
-
getWhereClause
-
addWhereClause
-
clearWhereClause
-
withOption
-
getOptions
-
getTable
-
setTable
-
resolveSetFields
-
build
- Throws:
RelationalException
-