Class SQLMergeStatement.WhenUpdate
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.statement.SQLMergeStatement.When
com.alibaba.druid.sql.ast.statement.SQLMergeStatement.WhenUpdate
- All Implemented Interfaces:
SQLObject,SQLReplaceable
- Enclosing class:
- SQLMergeStatement
-
Field Summary
Fields inherited from class com.alibaba.druid.sql.ast.statement.SQLMergeStatement.When
by, not, whereFields inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddItem(SQLUpdateSetItem item) cloneTo()protected voidfindItemByColumn(SQLExpr column) getItems()booleanMethods inherited from class com.alibaba.druid.sql.ast.statement.SQLMergeStatement.When
cloneTo, getBy, getWhere, isNot, setBy, setNot, setWhereMethods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, cloneTo, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setHint, setParent, setSource, setSourceLine, toString
-
Constructor Details
-
WhenUpdate
public WhenUpdate() -
WhenUpdate
-
-
Method Details
-
getItems
-
addItem
-
findItemByColumn
-
accept0
- Specified by:
accept0in classSQLObjectImpl
-
cloneTo
-
cloneTo
-
replace
- Specified by:
replacein interfaceSQLReplaceable- Overrides:
replacein classSQLMergeStatement.When
-