public class OracleDbLinkExpr extends SQLExprImpl implements SQLName, OracleExpr
| Constructor and Description |
|---|
OracleDbLinkExpr() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
OracleDbLinkExpr |
clone() |
boolean |
equals(Object obj) |
List<SQLObject> |
getChildren() |
String |
getDbLink() |
SQLExpr |
getExpr() |
String |
getSimpleName() |
int |
hashCode() |
long |
hashCode64() |
long |
nameHashCode64() |
void |
output(StringBuffer buf) |
void |
setDbLink(String dbLink) |
void |
setExpr(SQLExpr expr) |
computeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toStringcomputeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentpublic String getSimpleName()
getSimpleName in interface SQLNamepublic SQLExpr getExpr()
public void setExpr(SQLExpr expr)
public String getDbLink()
public void setDbLink(String dbLink)
public void output(StringBuffer buf)
output in interface SQLObjectoutput in class SQLObjectImplpublic 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 SQLExprImplpublic OracleDbLinkExpr clone()
public long nameHashCode64()
nameHashCode64 in interface SQLNamepublic long hashCode64()
hashCode64 in interface SQLNameCopyright © 2013–2018 Alibaba Group. All rights reserved.