public class SQLCaseExpr extends SQLExprImpl implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
SQLCaseExpr.Item |
| Constructor and Description |
|---|
SQLCaseExpr() |
| Modifier and Type | Method and Description |
|---|---|
void |
addItem(SQLCaseExpr.Item item) |
boolean |
equals(Object obj) |
SQLExpr |
getElseExpr() |
List<SQLCaseExpr.Item> |
getItems() |
SQLExpr |
getValueExpr() |
int |
hashCode() |
void |
setElseExpr(SQLExpr elseExpr) |
void |
setValueExpr(SQLExpr valueExpr) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic 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)
public int hashCode()
hashCode in class SQLExprImplpublic boolean equals(Object obj)
equals in class SQLExprImplCopyright © 2013–2017 Alibaba Group. All rights reserved.