public class OracleIsSetExpr extends SQLExprImpl implements OracleExpr, SQLReplaceable
| 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() |
boolean |
replace(SQLExpr expr,
SQLExpr target) |
void |
setNestedTable(SQLExpr nestedTable) |
computeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringcomputeDataType, getHintaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic OracleIsSetExpr()
public OracleIsSetExpr(SQLExpr nestedTable)
public OracleIsSetExpr clone()
public boolean replace(SQLExpr expr, SQLExpr target)
replace in interface SQLReplaceablepublic SQLExpr getNestedTable()
public void setNestedTable(SQLExpr nestedTable)
public 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–2020 Alibaba Group. All rights reserved.