Module is.codion.framework.db.core
Package is.codion.framework.db
Interface EntityConnection.Update.Builder
- Enclosing interface:
- EntityConnection.Update
public static interface EntityConnection.Update.Builder
Builds an
EntityConnection.Update
.-
Method Summary
-
Method Details
-
set
Adds a column value to update- Type Parameters:
T
- the value type- Parameters:
column
- the columnvalue
- the new value- Returns:
- this builder
- Throws:
IllegalStateException
- in case a value has already been added for the given column
-
build
EntityConnection.Update build()- Returns:
- a new
EntityConnection.Update
instance based on this builder - Throws:
IllegalStateException
- in case no values have been specified
-