public class SQLUpdateSetItem extends SQLObjectImpl
| 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) |
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, toStringpublic SQLExpr getColumn()
public void setColumn(SQLExpr column)
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)
Copyright © 2013–2017 Alibaba Group. All rights reserved.