com.alibaba.druid.sql.ast.expr
类 SQLVariantRefExpr

java.lang.Object
  继承者 com.alibaba.druid.sql.ast.SQLObjectImpl
      继承者 com.alibaba.druid.sql.ast.SQLExprImpl
          继承者 com.alibaba.druid.sql.ast.expr.SQLVariantRefExpr
所有已实现的接口:
SQLExpr, SQLObject

public class SQLVariantRefExpr
extends SQLExprImpl


构造方法摘要
SQLVariantRefExpr()
           
SQLVariantRefExpr(String name)
           
SQLVariantRefExpr(String name, boolean global)
           
 
方法摘要
 boolean equals(Object obj)
           
 int getIndex()
           
 String getName()
           
 int hashCode()
           
 boolean isGlobal()
           
 void output(StringBuffer buf)
           
 void setGlobal(boolean global)
           
 void setIndex(int index)
           
 void setName(String name)
           
 
从类 com.alibaba.druid.sql.ast.SQLObjectImpl 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toString
 
从类 java.lang.Object 继承的方法
getClass, notify, notifyAll, wait, wait, wait
 
从接口 com.alibaba.druid.sql.ast.SQLObject 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent
 

构造方法详细信息

SQLVariantRefExpr

public SQLVariantRefExpr(String name)

SQLVariantRefExpr

public SQLVariantRefExpr(String name,
                         boolean global)

SQLVariantRefExpr

public SQLVariantRefExpr()
方法详细信息

getIndex

public int getIndex()

setIndex

public void setIndex(int index)

getName

public String getName()

setName

public void setName(String name)

output

public void output(StringBuffer buf)
指定者:
接口 SQLObject 中的 output
覆盖:
SQLObjectImpl 中的 output

hashCode

public int hashCode()
指定者:
SQLExprImpl 中的 hashCode

equals

public boolean equals(Object obj)
指定者:
SQLExprImpl 中的 equals

isGlobal

public boolean isGlobal()

setGlobal

public void setGlobal(boolean global)


Copyright © 2013 Alibaba Group. All Rights Reserved.