Interface UpdateBuilder
public interface UpdateBuilder
Entry point to construct an
Update statement.- Since:
- 1.1
- Author:
- Mark Paluch
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInterface exposing theUpdatebuild method.static interfaceInterface exposingSETmethods.static interfaceInterface exposingWHEREmethods.static interface -
Method Summary
-
Method Details
-
table
Configure theTableto which the update is applied.- Parameters:
table- the table to update.- Returns:
thisSelectBuilder.
-