public class SQLAssignItem extends SQLObjectImpl implements SQLReplaceable
| Constructor and Description |
|---|
SQLAssignItem() |
SQLAssignItem(SQLExpr target,
SQLExpr value) |
| Modifier and Type | Method and Description |
|---|---|
SQLAssignItem |
clone() |
SQLExpr |
getTarget() |
SQLExpr |
getValue() |
void |
output(StringBuffer buf) |
boolean |
replace(SQLExpr expr,
SQLExpr target) |
void |
setTarget(SQLExpr target) |
void |
setValue(SQLExpr value) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toStringpublic SQLAssignItem clone()
clone in interface SQLObjectclone in class SQLObjectImplpublic SQLExpr getTarget()
public void setTarget(SQLExpr target)
public SQLExpr getValue()
public void setValue(SQLExpr value)
public void output(StringBuffer buf)
output in interface SQLObjectoutput in class SQLObjectImplpublic boolean replace(SQLExpr expr, SQLExpr target)
replace in interface SQLReplaceableCopyright © 2013–2018 Alibaba Group. All rights reserved.