public class OracleReturningClause extends OracleSQLObjectImpl
Constructor and Description |
---|
OracleReturningClause() |
Modifier and Type | Method and Description |
---|---|
void |
accept0(OracleASTVisitor visitor) |
void |
addItem(SQLExpr item) |
void |
addValue(SQLExpr value) |
OracleReturningClause |
clone() |
List<SQLExpr> |
getItems() |
List<SQLExpr> |
getValues() |
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 void addItem(SQLExpr item)
public void addValue(SQLExpr value)
public void accept0(OracleASTVisitor visitor)
accept0
in interface OracleSQLObject
accept0
in class OracleSQLObjectImpl
public OracleReturningClause clone()
clone
in interface SQLObject
clone
in class OracleSQLObjectImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.