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) |
computeDataType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toString
computeDataType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
public OracleOuterExpr()
public OracleOuterExpr(SQLExpr expr)
public OracleOuterExpr clone()
public SQLExpr getExpr()
public void setExpr(SQLExpr expr)
public void output(StringBuffer buf)
output
in interface SQLObject
output
in class SQLObjectImpl
public void accept0(OracleASTVisitor visitor)
accept0
in interface OracleSQLObject
public List<SQLObject> getChildren()
getChildren
in interface SQLExpr
public int hashCode()
hashCode
in class SQLExprImpl
public boolean equals(Object obj)
equals
in class SQLExprImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.