public static class OracleIfStatement.ElseIf extends OracleSQLObjectImpl
| 构造器和说明 |
|---|
OracleIfStatement.ElseIf() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
SQLExpr |
getCondition() |
List<SQLStatement> |
getStatements() |
void |
setCondition(SQLExpr condition) |
void |
setStatements(List<SQLStatement> statements) |
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParentpublic void accept0(OracleASTVisitor visitor)
accept0 在接口中 OracleSQLObjectaccept0 在类中 OracleSQLObjectImplpublic SQLExpr getCondition()
public void setCondition(SQLExpr condition)
public List<SQLStatement> getStatements()
public void setStatements(List<SQLStatement> statements)
Copyright © 2012 Alibaba Group. All Rights Reserved.