public class SQLDbLinkExpr extends SQLExprImpl implements SQLName, SQLExpr, SQLReplaceable
| Constructor and Description |
|---|
SQLDbLinkExpr() |
| Modifier and Type | Method and Description |
|---|---|
SQLDbLinkExpr |
clone() |
boolean |
equals(Object obj) |
List<SQLObject> |
getChildren() |
String |
getDbLink() |
SQLExpr |
getExpr() |
SQLColumnDefinition |
getResolvedColumn() |
String |
getSimpleName() |
int |
hashCode() |
long |
hashCode64() |
long |
nameHashCode64() |
boolean |
replace(SQLExpr expr,
SQLExpr target) |
void |
setDbLink(String dbLink) |
void |
setExpr(SQLExpr expr) |
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 String getSimpleName()
getSimpleName in interface SQLNamepublic SQLExpr getExpr()
public void setExpr(SQLExpr expr)
public String getDbLink()
public void setDbLink(String dbLink)
public boolean replace(SQLExpr expr, SQLExpr target)
replace in interface SQLReplaceablepublic List<SQLObject> getChildren()
getChildren in interface SQLExprgetChildren in class SQLExprImplpublic int hashCode()
hashCode in class SQLExprImplpublic boolean equals(Object obj)
equals in class SQLExprImplpublic SQLDbLinkExpr clone()
public long nameHashCode64()
nameHashCode64 in interface SQLNamepublic long hashCode64()
hashCode64 in interface SQLNamepublic SQLColumnDefinition getResolvedColumn()
getResolvedColumn in interface SQLNameCopyright © 2013–2022 Alibaba Group. All rights reserved.