public class SQLServerObjectReferenceExpr extends SQLServerObjectImpl implements SQLServerExpr, SQLName
| Constructor and Description |
|---|
SQLServerObjectReferenceExpr() |
SQLServerObjectReferenceExpr(SQLExpr owner) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(SQLServerASTVisitor visitor) |
SQLServerObjectReferenceExpr |
clone() |
List<SQLObject> |
getChildren() |
String |
getDatabase() |
SQLColumnDefinition |
getResolvedColumn() |
String |
getSchema() |
String |
getServer() |
String |
getSimpleName() |
long |
hashCode64() |
long |
nameHashCode64() |
void |
output(Appendable buf) |
void |
setDatabase(String database) |
void |
setSchema(String schema) |
void |
setServer(String server) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcomputeDataType, getHintaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic SQLServerObjectReferenceExpr()
public SQLServerObjectReferenceExpr(SQLExpr owner)
public String getSimpleName()
getSimpleName in interface SQLNamepublic void accept0(SQLServerASTVisitor visitor)
accept0 in interface SQLServerObjectaccept0 in class SQLServerObjectImplpublic void output(Appendable buf)
output in interface SQLObjectoutput in class SQLObjectImplpublic String getServer()
public void setServer(String server)
public String getDatabase()
public void setDatabase(String database)
public String getSchema()
public void setSchema(String schema)
public SQLServerObjectReferenceExpr clone()
public long nameHashCode64()
nameHashCode64 in interface SQLNamepublic long hashCode64()
hashCode64 in interface SQLNamepublic SQLColumnDefinition getResolvedColumn()
getResolvedColumn in interface SQLNamepublic List<SQLObject> getChildren()
getChildren in interface SQLExprCopyright © 2013–2021 Alibaba Group. All rights reserved.