Class UpdateQueryBuilder.UpdateField
java.lang.Object
io.github.blyznytsiaorg.bibernate.dao.jdbc.dsl.UpdateQueryBuilder.UpdateField
- Enclosing class:
UpdateQueryBuilder
Represents an individual field to be updated with its corresponding value.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUpdateField
(String fieldName, Object value) Constructs a new UpdateField with the specified field name and value. -
Method Summary
-
Field Details
-
fieldName
The name of the field to be updated. -
value
The new value for the field.
-
-
Constructor Details
-
UpdateField
Constructs a new UpdateField with the specified field name and value.- Parameters:
fieldName
- The name of the field to be updated.value
- The new value for the field.
-