public static class SQLCaseExpr.Item extends SQLObjectImpl implements SQLReplaceable, Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
private SQLExpr |
conditionExpr |
private static long |
serialVersionUID |
private SQLExpr |
valueExpr |
attributes, parent| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
SQLCaseExpr.Item |
clone() |
boolean |
equals(Object obj) |
SQLExpr |
getConditionExpr() |
SQLExpr |
getValueExpr() |
int |
hashCode() |
void |
output(StringBuffer buf) |
boolean |
replace(SQLExpr expr,
SQLExpr target) |
void |
setConditionExpr(SQLExpr conditionExpr) |
void |
setValueExpr(SQLExpr valueExpr) |
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toStringprivate static final long serialVersionUID
private SQLExpr conditionExpr
private SQLExpr valueExpr
public SQLExpr getConditionExpr()
public void setConditionExpr(SQLExpr conditionExpr)
public SQLExpr getValueExpr()
public void setValueExpr(SQLExpr valueExpr)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic SQLCaseExpr.Item clone()
clone 在接口中 SQLObjectclone 在类中 SQLObjectImplpublic void output(StringBuffer buf)
output 在接口中 SQLObjectoutput 在类中 SQLObjectImplpublic boolean replace(SQLExpr expr, SQLExpr target)
replace 在接口中 SQLReplaceableCopyright © 2013–2019 Alibaba Group. All rights reserved.