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
public static class SQLMergeStatement.WhenDelete extends SQLMergeStatement.When
-
-
Field Summary
-
Fields inherited from class com.alibaba.druid.sql.ast.statement.SQLMergeStatement.When
by, not, where
-
Fields inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine
-
-
Constructor Summary
Constructors Constructor Description WhenDelete()WhenDelete(boolean not, SQLName by, SQLExpr where)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaccept0(SQLASTVisitor v)SQLMergeStatement.WhenDeletecloneTo()-
Methods inherited from class com.alibaba.druid.sql.ast.statement.SQLMergeStatement.When
cloneTo, getBy, getWhere, isNot, replace, setBy, setNot, setWhere
-
Methods 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
-
-
-
-
Method Detail
-
accept0
protected void accept0(SQLASTVisitor v)
- Specified by:
accept0in classSQLObjectImpl
-
cloneTo
public SQLMergeStatement.WhenDelete cloneTo()
-
-