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) |
String |
getDatabase() |
String |
getSchema() |
String |
getServer() |
String |
getSimpleName() |
void |
output(StringBuffer buf) |
void |
setDatabase(String database) |
void |
setSchema(String schema) |
void |
setServer(String server) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
public SQLServerObjectReferenceExpr()
public SQLServerObjectReferenceExpr(SQLExpr owner)
public String getSimpleName()
getSimpleName
in interface SQLName
public void accept0(SQLServerASTVisitor visitor)
accept0
in interface SQLServerObject
accept0
in class SQLServerObjectImpl
public void output(StringBuffer buf)
output
in interface SQLObject
output
in class SQLObjectImpl
public String getServer()
public void setServer(String server)
public String getDatabase()
public void setDatabase(String database)
public String getSchema()
public void setSchema(String schema)
Copyright © 2013–2017 Alibaba Group. All rights reserved.