public class SQLUpdateSetItem extends SQLObjectImpl implements SQLReplaceable
| Constructor and Description |
|---|
SQLUpdateSetItem() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
columnMatch(long columnHash) |
boolean |
columnMatch(String column) |
SQLExpr |
getColumn() |
SQLExpr |
getValue() |
void |
output(StringBuffer buf) |
boolean |
replace(SQLExpr expr,
SQLExpr target) |
void |
setColumn(SQLExpr x) |
void |
setValue(SQLExpr value) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toStringpublic SQLExpr getColumn()
public void setColumn(SQLExpr x)
public SQLExpr getValue()
public void setValue(SQLExpr value)
public void output(StringBuffer 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–2018 Alibaba Group. All rights reserved.