public class SQLDbLinkExpr extends SQLExprImpl implements SQLName, SQLExpr, SQLReplaceable
attributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
SQLDbLinkExpr() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
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, acceptChild, acceptChild, 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 在接口中 SQLNamepublic SQLExpr getExpr()
public void setExpr(SQLExpr expr)
public String getDbLink()
public void setDbLink(String dbLink)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic boolean replace(SQLExpr expr, SQLExpr target)
replace 在接口中 SQLReplaceablepublic List<SQLObject> getChildren()
getChildren 在接口中 SQLExprgetChildren 在类中 SQLExprImplpublic int hashCode()
hashCode 在类中 SQLExprImplpublic boolean equals(Object obj)
equals 在类中 SQLExprImplpublic SQLDbLinkExpr clone()
public long nameHashCode64()
nameHashCode64 在接口中 SQLNamepublic long hashCode64()
hashCode64 在接口中 SQLNamepublic SQLColumnDefinition getResolvedColumn()
getResolvedColumn 在接口中 SQLNameCopyright © 2013–2023. All rights reserved.