public class SQLCaseExpr extends SQLExprImpl implements Serializable
限定符和类型 | 类和说明 |
---|---|
static class |
SQLCaseExpr.Item |
构造器和说明 |
---|
SQLCaseExpr() |
限定符和类型 | 方法和说明 |
---|---|
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, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
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)
public int hashCode()
hashCode
在类中 SQLExprImpl
public boolean equals(Object obj)
equals
在类中 SQLExprImpl
Copyright © 2013–2016 Alibaba Group. All rights reserved.