public class OracleExceptionStatement extends OracleStatementImpl implements OracleStatement
Modifier and Type | Class and Description |
---|---|
static class |
OracleExceptionStatement.Item |
Constructor and Description |
---|
OracleExceptionStatement() |
Modifier and Type | Method and Description |
---|---|
void |
accept0(OracleASTVisitor visitor) |
void |
addItem(OracleExceptionStatement.Item item) |
OracleExceptionStatement |
clone() |
List<OracleExceptionStatement.Item> |
getItems() |
toString
getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getChildren, getDbType, isAfterSemi, setAfterSemi
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public List<OracleExceptionStatement.Item> getItems()
public void addItem(OracleExceptionStatement.Item item)
public void accept0(OracleASTVisitor visitor)
accept0
in interface OracleSQLObject
accept0
in class OracleStatementImpl
public OracleExceptionStatement clone()
clone
in interface SQLObject
clone
in interface SQLStatement
clone
in class SQLStatementImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.