public static class SQLCaseExpr.Item extends SQLObjectImpl implements SQLReplaceable, Serializable
| Constructor and Description |
|---|
Item() |
Item(SQLExpr conditionExpr,
SQLExpr valueExpr) |
| Modifier and Type | Method and Description |
|---|---|
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, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toStringpublic SQLExpr getConditionExpr()
public void setConditionExpr(SQLExpr conditionExpr)
public SQLExpr getValueExpr()
public void setValueExpr(SQLExpr valueExpr)
public SQLCaseExpr.Item clone()
clone in interface SQLObjectclone in class SQLObjectImplpublic void output(StringBuffer buf)
output in interface SQLObjectoutput in class SQLObjectImplpublic boolean replace(SQLExpr expr, SQLExpr target)
replace in interface SQLReplaceableCopyright © 2013–2018 Alibaba Group. All rights reserved.