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, toString
public SQLExpr getConditionExpr()
public void setConditionExpr(SQLExpr conditionExpr)
public SQLExpr getValueExpr()
public void setValueExpr(SQLExpr valueExpr)
public SQLCaseExpr.Item clone()
clone
in interface SQLObject
clone
in class SQLObjectImpl
public void output(StringBuffer buf)
output
in interface SQLObject
output
in class SQLObjectImpl
public boolean replace(SQLExpr expr, SQLExpr target)
replace
in interface SQLReplaceable
Copyright © 2013–2017 Alibaba Group. All rights reserved.