public class OracleDbLinkExpr extends SQLExprImpl implements SQLName, OracleExpr
| Constructor and Description |
|---|
OracleDbLinkExpr() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
boolean |
equals(Object obj) |
String |
getDbLink() |
SQLExpr |
getExpr() |
String |
getSimpleName() |
int |
hashCode() |
void |
output(StringBuffer buf) |
void |
setDbLink(String dbLink) |
void |
setExpr(SQLExpr expr) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toStringaccept, 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 int hashCode()
hashCode in class SQLExprImplpublic boolean equals(Object obj)
equals in class SQLExprImplCopyright © 2013–2017 Alibaba Group. All rights reserved.