public static class SQLCaseStatement.Item extends SQLObjectImpl implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
private SQLExpr |
conditionExpr |
private static long |
serialVersionUID |
private SQLStatement |
statement |
attributes, parent| 构造器和说明 |
|---|
Item() |
Item(SQLExpr conditionExpr,
SQLStatement statement) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
boolean |
equals(Object obj) |
SQLExpr |
getConditionExpr() |
SQLStatement |
getStatement() |
int |
hashCode() |
void |
setConditionExpr(SQLExpr conditionExpr) |
void |
setStatement(SQLStatement statement) |
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringprivate static final long serialVersionUID
private SQLExpr conditionExpr
private SQLStatement statement
public Item()
public Item(SQLExpr conditionExpr, SQLStatement statement)
public SQLExpr getConditionExpr()
public void setConditionExpr(SQLExpr conditionExpr)
public SQLStatement getStatement()
public void setStatement(SQLStatement statement)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplCopyright © 2013–2019 Alibaba Group. All rights reserved.