com.alibaba.druid.sql.ast.expr
Class SQLVariantRefExpr
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLExprImpl
com.alibaba.druid.sql.ast.expr.SQLVariantRefExpr
- All Implemented Interfaces:
- SQLExpr, SQLObject, Serializable
public class SQLVariantRefExpr
- extends SQLExprImpl
- See Also:
- Serialized Form
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)
- Specified by:
output in interface SQLObject- Overrides:
output in class SQLObjectImpl
hashCode
public int hashCode()
- Specified by:
hashCode in class SQLExprImpl
equals
public boolean equals(Object obj)
- Specified by:
equals in class SQLExprImpl
isGlobal
public boolean isGlobal()
setGlobal
public void setGlobal(boolean global)
Copyright © 2012 Alibaba Group. All Rights Reserved.