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
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.