public class SQLUpdateSetItem extends SQLObjectImpl implements SQLReplaceable
| Constructor and Description |
|---|
SQLUpdateSetItem() |
| Modifier and Type | Method and Description |
|---|---|
SQLUpdateSetItem |
clone() |
void |
cloneTo(SQLUpdateSetItem x) |
boolean |
columnMatch(long columnHash) |
boolean |
columnMatch(String column) |
boolean |
equals(Object o) |
SQLExpr |
getColumn() |
SQLExpr |
getValue() |
int |
hashCode() |
void |
output(Appendable buf) |
boolean |
replace(SQLExpr expr,
SQLExpr target) |
void |
setColumn(SQLExpr x) |
void |
setValue(SQLExpr value) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringpublic SQLExpr getColumn()
public void cloneTo(SQLUpdateSetItem x)
public SQLUpdateSetItem clone()
clone in interface SQLObjectclone in class SQLObjectImplpublic void setColumn(SQLExpr x)
public SQLExpr getValue()
public void setValue(SQLExpr value)
public void output(Appendable buf)
output in interface SQLObjectoutput in class SQLObjectImplpublic boolean columnMatch(String column)
public boolean columnMatch(long columnHash)
public boolean replace(SQLExpr expr, SQLExpr target)
replace in interface SQLReplaceableCopyright © 2013–2022 Alibaba Group. All rights reserved.