public class SQLVariantRefExpr extends SQLExprImpl
Constructor and Description |
---|
SQLVariantRefExpr() |
SQLVariantRefExpr(String name) |
SQLVariantRefExpr(String name,
boolean global) |
Modifier and Type | Method and Description |
---|---|
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) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
public SQLVariantRefExpr(String name)
public SQLVariantRefExpr(String name, boolean global)
public SQLVariantRefExpr()
public int getIndex()
public void setIndex(int index)
public String getName()
public void setName(String name)
public void output(StringBuffer buf)
output
in interface SQLObject
output
in class SQLObjectImpl
public int hashCode()
hashCode
in class SQLExprImpl
public boolean equals(Object obj)
equals
in class SQLExprImpl
public boolean isGlobal()
public void setGlobal(boolean global)
Copyright © 2013–2017 Alibaba Group. All rights reserved.