public class SQLUpdateSetItem extends SQLObjectImpl implements SQLReplaceable
attributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
SQLUpdateSetItem() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
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, acceptChild, acceptChild, 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 在接口中 SQLObjectclone 在类中 SQLObjectImplpublic void setColumn(SQLExpr x)
public SQLExpr getValue()
public void setValue(SQLExpr value)
public void output(Appendable buf)
output 在接口中 SQLObjectoutput 在类中 SQLObjectImplprotected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic boolean columnMatch(String column)
public boolean columnMatch(long columnHash)
public boolean replace(SQLExpr expr, SQLExpr target)
replace 在接口中 SQLReplaceableCopyright © 2013–2023. All rights reserved.