public class OracleIsSetExpr extends SQLExprImpl implements OracleExpr
Constructor and Description |
---|
OracleIsSetExpr() |
OracleIsSetExpr(SQLExpr nestedTable) |
Modifier and Type | Method and Description |
---|---|
void |
accept0(OracleASTVisitor visitor) |
OracleIsSetExpr |
clone() |
boolean |
equals(Object obj) |
List<SQLObject> |
getChildren() |
SQLExpr |
getNestedTable() |
int |
hashCode() |
void |
setNestedTable(SQLExpr nestedTable) |
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 OracleIsSetExpr()
public OracleIsSetExpr(SQLExpr nestedTable)
public OracleIsSetExpr clone()
public SQLExpr getNestedTable()
public void setNestedTable(SQLExpr nestedTable)
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.