Package com.illumon.iris.db.v2.updateby
Class ColumnUpdateClause
java.lang.Object
com.illumon.iris.db.v2.updateby.ColumnUpdateClause
- All Implemented Interfaces:
UpdateByClause
public class ColumnUpdateClause extends Object implements UpdateByClause
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.illumon.iris.db.v2.updateby.UpdateByClause
UpdateByClause.Visitor
-
Method Summary
Modifier and Type Method Description MatchPair[]
getPairs()
UpdateBySpec
getSpec()
<V extends UpdateByClause.Visitor>
Vwalk(V v)
-
Method Details
-
getSpec
-
getPairs
-
walk
- Specified by:
walk
in interfaceUpdateByClause
-