public static class SQLCaseExpr.Item extends SQLObjectImpl implements SQLReplaceable, Serializable
attributes, hint, parent, sourceColumn, sourceLine| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
SQLCaseExpr.Item |
clone() |
boolean |
equals(Object obj) |
SQLExpr |
getConditionExpr() |
SQLExpr |
getValueExpr() |
int |
hashCode() |
boolean |
replace(SQLExpr expr,
SQLExpr target) |
void |
setConditionExpr(SQLExpr conditionExpr) |
void |
setValueExpr(SQLExpr valueExpr) |
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringpublic SQLExpr getConditionExpr()
public void setConditionExpr(SQLExpr conditionExpr)
public SQLExpr getValueExpr()
public void setValueExpr(SQLExpr valueExpr)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic SQLCaseExpr.Item clone()
clone 在接口中 SQLObjectclone 在类中 SQLObjectImplpublic boolean replace(SQLExpr expr, SQLExpr target)
replace 在接口中 SQLReplaceableCopyright © 2013–2023. All rights reserved.