类 SQLVariantRefExpr
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLExprImpl
com.alibaba.druid.sql.ast.expr.SQLVariantRefExpr
-
字段概要
从类继承的字段 com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine -
构造器概要
构造器构造器说明SQLVariantRefExpr(String name) SQLVariantRefExpr(String name, boolean global) SQLVariantRefExpr(String name, boolean global, boolean session) SQLVariantRefExpr(String name, SQLObject parent) -
方法概要
修饰符和类型方法说明protected voidaccept0(SQLASTVisitor visitor) clone()booleanintgetIndex()getName()inthashCode()booleanisGlobal()booleanvoidoutput(StringBuilder buf) voidsetGlobal(boolean global) voidsetIndex(int index) voidvoidsetSession(boolean session) 从类继承的方法 com.alibaba.druid.sql.ast.SQLExprImpl
computeDataType从类继承的方法 com.alibaba.druid.sql.ast.SQLObjectImpl
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toString从接口继承的方法 com.alibaba.druid.sql.ast.SQLObject
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
-
构造器详细资料
-
SQLVariantRefExpr
-
SQLVariantRefExpr
-
SQLVariantRefExpr
-
SQLVariantRefExpr
-
SQLVariantRefExpr
public SQLVariantRefExpr()
-
-
方法详细资料
-
getIndex
public int getIndex() -
setIndex
public void setIndex(int index) -
getName
-
setName
-
output
- 指定者:
output在接口中SQLObject- 覆盖:
output在类中SQLObjectImpl
-
accept0
- 指定者:
accept0在类中SQLObjectImpl
-
hashCode
public int hashCode()- 指定者:
hashCode在类中SQLExprImpl
-
equals
- 指定者:
equals在类中SQLExprImpl
-
isGlobal
public boolean isGlobal() -
setGlobal
public void setGlobal(boolean global) -
isSession
public boolean isSession() -
setSession
public void setSession(boolean session) -
clone
-
getChildren
- 指定者:
getChildren在接口中SQLExpr- 覆盖:
getChildren在类中SQLExprImpl
-