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, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
public String getSimpleName()
getSimpleName
in interface SQLName
public SQLExpr getExpr()
public void setExpr(SQLExpr expr)
public String getDbLink()
public void setDbLink(String dbLink)
public void output(StringBuffer buf)
output
in interface SQLObject
output
in class SQLObjectImpl
public void accept0(OracleASTVisitor visitor)
accept0
in interface OracleSQLObject
public int hashCode()
hashCode
in class SQLExprImpl
public boolean equals(Object obj)
equals
in class SQLExprImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.