public class SQLCaseExpr extends SQLExprImpl implements SQLReplaceable, Serializable
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SQLCaseExpr.Item |
attributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
SQLCaseExpr() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
void |
addItem(SQLCaseExpr.Item item) |
void |
addItem(SQLExpr condition,
SQLExpr value) |
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, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, 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)
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–2023. All rights reserved.