public class SQLCaseExpr extends SQLExprImpl implements SQLReplaceable, Serializable
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SQLCaseExpr.Item |
| 限定符和类型 | 字段和说明 |
|---|---|
private SQLExpr |
elseExpr |
private List<SQLCaseExpr.Item> |
items |
private static long |
serialVersionUID |
private SQLExpr |
valueExpr |
attributes, parent| 构造器和说明 |
|---|
SQLCaseExpr() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
void |
addItem(SQLCaseExpr.Item item) |
SQLCaseExpr |
clone() |
SQLDataType |
computeDataType() |
boolean |
equals(Object obj) |
List |
getChildren() |
SQLExpr |
getElseExpr() |
List<SQLCaseExpr.Item> |
getItems() |
SQLExpr |
getValueExpr() |
int |
hashCode() |
boolean |
replace(SQLExpr expr,
SQLExpr target) |
void |
setElseExpr(SQLExpr elseExpr) |
void |
setValueExpr(SQLExpr valueExpr) |
String |
toString() |
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprivate static final long serialVersionUID
private final List<SQLCaseExpr.Item> items
private SQLExpr valueExpr
private SQLExpr elseExpr
public SQLExpr getValueExpr()
public void setValueExpr(SQLExpr valueExpr)
public SQLExpr getElseExpr()
public void setElseExpr(SQLExpr elseExpr)
public List<SQLCaseExpr.Item> getItems()
public void addItem(SQLCaseExpr.Item item)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic List getChildren()
getChildren 在接口中 SQLExprgetChildren 在类中 SQLExprImplpublic boolean replace(SQLExpr expr, SQLExpr target)
replace 在接口中 SQLReplaceablepublic int hashCode()
hashCode 在类中 SQLExprImplpublic boolean equals(Object obj)
equals 在类中 SQLExprImplpublic SQLCaseExpr clone()
public SQLDataType computeDataType()
computeDataType 在接口中 SQLExprcomputeDataType 在类中 SQLExprImplpublic String toString()
toString 在类中 SQLObjectImplCopyright © 2013–2019 Alibaba Group. All rights reserved.