类 SQLServerObjectReferenceExpr
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.dialect.sqlserver.ast.SQLServerObjectImpl
com.alibaba.druid.sql.dialect.sqlserver.ast.expr.SQLServerObjectReferenceExpr
- 所有已实现的接口:
SQLExpr,SQLName,SQLObject,SQLServerExpr,SQLServerObject,TransactSQLObject,Cloneable
public class SQLServerObjectReferenceExpr
extends SQLServerObjectImpl
implements SQLServerExpr, SQLName
-
字段概要
字段从类继承的字段 com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidaccept0(SQLServerASTVisitor visitor) clone()longlongvoidoutput(StringBuilder buf) voidsetDatabase(String database) voidvoid从类继承的方法 com.alibaba.druid.sql.dialect.sqlserver.ast.SQLServerObjectImpl
accept0从类继承的方法 com.alibaba.druid.sql.ast.SQLObjectImpl
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toString从接口继承的方法 com.alibaba.druid.sql.ast.SQLExpr
computeDataType, getHint从接口继承的方法 com.alibaba.druid.sql.ast.SQLObject
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
-
字段详细资料
-
schemaHashCode64
protected long schemaHashCode64 -
hashCode64
protected long hashCode64
-
-
构造器详细资料
-
SQLServerObjectReferenceExpr
public SQLServerObjectReferenceExpr() -
SQLServerObjectReferenceExpr
-
-
方法详细资料
-
getSimpleName
- 指定者:
getSimpleName在接口中SQLName
-
accept0
- 指定者:
accept0在接口中SQLServerObject- 指定者:
accept0在类中SQLServerObjectImpl
-
output
- 指定者:
output在接口中SQLObject- 覆盖:
output在类中SQLObjectImpl
-
getServer
-
setServer
-
getDatabase
-
setDatabase
-
getSchema
-
setSchema
-
clone
-
nameHashCode64
public long nameHashCode64()- 指定者:
nameHashCode64在接口中SQLName
-
hashCode64
public long hashCode64()- 指定者:
hashCode64在接口中SQLName
-
getResolvedColumn
- 指定者:
getResolvedColumn在接口中SQLName
-
getChildren
- 指定者:
getChildren在接口中SQLExpr
-