Class DeltaControl
java.lang.Object
com.illumon.iris.db.v2.updateby.delta.DeltaControl
An object for controlling the behavior of a
UpdateByClause.delta(DeltaControl, String...)
operation.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
A class for constructingDeltaControl
instances -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DeltaControl.Builder
builder()
Get a newDeltaControl.Builder
for constructionDeltaControl
objects.Get the behavior of the Delta operation when null values are encountered.
-
Field Details
-
DEFAULT
-
-
Constructor Details
-
DeltaControl
public DeltaControl()
-
-
Method Details
-
builder
Get a newDeltaControl.Builder
for constructionDeltaControl
objects.- Returns:
- a new
DeltaControl.Builder
-
nullBehavior
Get the behavior of the Delta operation when null values are encountered.- Returns:
- the
NullBehavior
-