public class OracleIsOfTypeExpr extends SQLExprImpl implements OracleExpr
Constructor and Description |
---|
OracleIsOfTypeExpr() |
Modifier and Type | Method and Description |
---|---|
void |
accept0(OracleASTVisitor visitor) |
SQLExpr |
clone() |
boolean |
equals(Object o) |
List<SQLObject> |
getChildren() |
SQLExpr |
getExpr() |
List<SQLExpr> |
getTypes() |
int |
hashCode() |
void |
setExpr(SQLExpr expr) |
computeDataType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
computeDataType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public boolean equals(Object o)
equals
in class SQLExprImpl
public int hashCode()
hashCode
in class SQLExprImpl
public void accept0(OracleASTVisitor visitor)
accept0
in interface OracleSQLObject
public SQLExpr clone()
public List<SQLObject> getChildren()
getChildren
in interface SQLExpr
public SQLExpr getExpr()
public void setExpr(SQLExpr expr)
Copyright © 2013–2017 Alibaba Group. All rights reserved.