public static class SQLMergeStatement.MergeInsertClause extends SQLObjectImpl
| Constructor and Description |
|---|
MergeInsertClause() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(SQLASTVisitor visitor) |
List<SQLExpr> |
getColumns() |
List<SQLExpr> |
getValues() |
SQLExpr |
getWhere() |
void |
setColumns(List<SQLExpr> columns) |
void |
setValues(List<SQLExpr> values) |
void |
setWhere(SQLExpr where) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringpublic void accept0(SQLASTVisitor visitor)
public SQLExpr getWhere()
public void setWhere(SQLExpr where)
Copyright © 2013–2018 Alibaba Group. All rights reserved.