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 column) |
void |
setValue(SQLExpr value) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toString
public SQLExpr getColumn()
public void setColumn(SQLExpr column)
public SQLExpr getValue()
public void setValue(SQLExpr value)
public void output(StringBuffer buf)
output
in interface SQLObject
output
in class SQLObjectImpl
public boolean columnMatch(String column)
public boolean columnMatch(long columnHash)
public boolean replace(SQLExpr expr, SQLExpr target)
replace
in interface SQLReplaceable
Copyright © 2013–2017 Alibaba Group. All rights reserved.