Class SQLMergeStatement.WhenInsert
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.statement.SQLMergeStatement.When
com.alibaba.druid.sql.ast.statement.SQLMergeStatement.WhenInsert
- 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 TypeMethodDescriptionvoidvoidvoidcloneTo()protected voidbooleanbooleanvoidsetColumns(List<SQLExpr> columns) voidsetInsertRow(boolean insertRow) voidMethods 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
-
WhenInsert
public WhenInsert() -
WhenInsert
-
-
Method Details
-
accept0
- Specified by:
accept0in classSQLObjectImpl
-
getColumns
-
addColumn
-
addValue
-
setColumns
-
isInsertRow
public boolean isInsertRow() -
setInsertRow
public void setInsertRow(boolean insertRow) -
getValues
-
setValues
-
cloneTo
-
cloneTo
-
replace
- Specified by:
replacein interfaceSQLReplaceable- Overrides:
replacein classSQLMergeStatement.When
-