public static class SQLCaseStatement.Item extends SQLObjectImpl implements Serializable
attributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
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, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringpublic 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–2023. All rights reserved.