Package com.illumon.iris.db.v2.updateby
-
Interface Summary Interface Description UpdateByClause Defines an operation that can be applied to a table withTable.updateBy(Collection, String...)
UpdateByClause.Visitor UpdateByControl UpdateByOperator An operator that performs a specific computation forTable.updateBy(com.illumon.iris.db.v2.updateby.UpdateByControl, java.util.Collection<com.illumon.iris.db.v2.updateby.UpdateByClause>, com.illumon.iris.db.tables.select.MatchPair...)
.UpdateByOperator.UpdateContext A context item for use withTable.updateBy(UpdateByControl, Collection, MatchPair...)
for non-bucketed updates. -
Class Summary Class Description BucketedUpdateBy ColumnUpdateClause UpdateBy The core of theTable.updateBy(UpdateByControl, Collection, MatchPair...)
operation.UpdateByOperatorFactory A factory to visit all of theUpdateByClause
s to produce a set ofUpdateByOperator
s thatUpdateBy
can use to produce a result. -
Enum Summary Enum Description UpdateBy.UpdateType The type of update to be applied.