public class SQLAssignItem extends SQLObjectImpl
| Constructor and Description |
|---|
SQLAssignItem() |
SQLAssignItem(SQLExpr target,
SQLExpr value) |
| Modifier and Type | Method and Description |
|---|---|
SQLExpr |
getTarget() |
SQLExpr |
getValue() |
void |
output(StringBuffer buf) |
void |
setTarget(SQLExpr target) |
void |
setValue(SQLExpr value) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toStringpublic 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 SQLObjectImplCopyright © 2013–2017 Alibaba Group. All rights reserved.