public static class OracleExceptionStatement.Item extends OracleSQLObjectImpl
Constructor and Description |
---|
Item() |
Modifier and Type | Method and Description |
---|---|
void |
accept0(OracleASTVisitor visitor) |
OracleExceptionStatement.Item |
clone() |
List<SQLStatement> |
getStatements() |
SQLExpr |
getWhen() |
void |
setStatement(SQLStatement statement) |
void |
setWhen(SQLExpr when) |
computeDataType, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public SQLExpr getWhen()
public void setWhen(SQLExpr when)
public List<SQLStatement> getStatements()
public void setStatement(SQLStatement statement)
public void accept0(OracleASTVisitor visitor)
accept0
in interface OracleSQLObject
accept0
in class OracleSQLObjectImpl
public OracleExceptionStatement.Item clone()
clone
in interface SQLObject
clone
in class OracleSQLObjectImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.