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, toString
public SQLAssignItem clone()
clone
in interface SQLObject
clone
in class SQLObjectImpl
public SQLExpr getTarget()
public void setTarget(SQLExpr target)
public SQLExpr getValue()
public void setValue(SQLExpr value)
public void output(StringBuffer buf)
output
in interface SQLObject
output
in class SQLObjectImpl
public boolean replace(SQLExpr expr, SQLExpr target)
replace
in interface SQLReplaceable
Copyright © 2013–2017 Alibaba Group. All rights reserved.