public class OracleIsSetExpr extends SQLExprImpl implements OracleExpr
| Constructor and Description |
|---|
OracleIsSetExpr() |
OracleIsSetExpr(SQLExpr nestedTable) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
boolean |
equals(Object obj) |
SQLExpr |
getNestedTable() |
int |
hashCode() |
void |
setNestedTable(SQLExpr nestedTable) |
cloneaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic OracleIsSetExpr()
public OracleIsSetExpr(SQLExpr nestedTable)
public SQLExpr getNestedTable()
public void setNestedTable(SQLExpr nestedTable)
public void accept0(OracleASTVisitor visitor)
accept0 in interface OracleSQLObjectpublic int hashCode()
hashCode in class SQLExprImplpublic boolean equals(Object obj)
equals in class SQLExprImplCopyright © 2013–2017 Alibaba Group. All rights reserved.