public static class SQLCaseStatement.Item extends SQLObjectImpl implements Serializable
| Constructor and Description |
|---|
Item() |
Item(SQLExpr conditionExpr,
SQLStatement statement) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
SQLExpr |
getConditionExpr() |
SQLStatement |
getStatement() |
int |
hashCode() |
void |
setConditionExpr(SQLExpr conditionExpr) |
void |
setStatement(SQLStatement statement) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringpublic Item()
public Item(SQLExpr conditionExpr, SQLStatement statement)
public SQLExpr getConditionExpr()
public void setConditionExpr(SQLExpr conditionExpr)
public SQLStatement getStatement()
public void setStatement(SQLStatement statement)
Copyright © 2013–2018 Alibaba Group. All rights reserved.