public static class OracleExceptionStatement.Item extends OracleSQLObjectImpl
| 限定符和类型 | 字段和说明 |
|---|---|
private List<SQLStatement> |
statements |
private SQLExpr |
when |
attributes, parent| 构造器和说明 |
|---|
Item() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
OracleExceptionStatement.Item |
clone() |
List<SQLStatement> |
getStatements() |
SQLExpr |
getWhen() |
void |
setStatement(SQLStatement statement) |
void |
setWhen(SQLExpr when) |
accept0, computeDataType, toStringaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprivate SQLExpr when
private List<SQLStatement> statements
public SQLExpr getWhen()
public void setWhen(SQLExpr when)
public List<SQLStatement> getStatements()
public void setStatement(SQLStatement statement)
public void accept0(OracleASTVisitor visitor)
accept0 在接口中 OracleSQLObjectaccept0 在类中 OracleSQLObjectImplpublic OracleExceptionStatement.Item clone()
clone 在接口中 SQLObjectclone 在类中 OracleSQLObjectImplCopyright © 2013–2019 Alibaba Group. All rights reserved.