public class OracleOuterExpr extends SQLExprImpl implements OracleExpr
| Constructor and Description |
|---|
OracleOuterExpr() |
OracleOuterExpr(SQLExpr expr) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
OracleOuterExpr |
clone() |
boolean |
equals(Object obj) |
List<SQLObject> |
getChildren() |
SQLExpr |
getExpr() |
int |
hashCode() |
void |
output(StringBuffer buf) |
void |
setExpr(SQLExpr expr) |
computeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toStringcomputeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentpublic OracleOuterExpr()
public OracleOuterExpr(SQLExpr expr)
public OracleOuterExpr clone()
public SQLExpr getExpr()
public void setExpr(SQLExpr expr)
public void output(StringBuffer buf)
output in interface SQLObjectoutput in class SQLObjectImplpublic void accept0(OracleASTVisitor visitor)
accept0 in interface OracleSQLObjectpublic List<SQLObject> getChildren()
getChildren in interface SQLExprgetChildren in class SQLExprImplpublic int hashCode()
hashCode in class SQLExprImplpublic boolean equals(Object obj)
equals in class SQLExprImplCopyright © 2013–2018 Alibaba Group. All rights reserved.