Class SQLMergeStatement.WhenDelete
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.statement.SQLMergeStatement.When
com.alibaba.druid.sql.ast.statement.SQLMergeStatement.WhenDelete
- 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
Methods inherited from class com.alibaba.druid.sql.ast.statement.SQLMergeStatement.When
cloneTo, getBy, getWhere, isNot, replace, 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
-
WhenDelete
public WhenDelete() -
WhenDelete
-
-
Method Details
-
accept0
- Specified by:
accept0in classSQLObjectImpl
-
cloneTo
-