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, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentpublic 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 SQLObjectoutput in class SQLObjectImplpublic int hashCode()
hashCode in class SQLExprImplpublic boolean equals(Object obj)
equals in class SQLExprImplpublic boolean isGlobal()
public void setGlobal(boolean global)
Copyright © 2013–2017 Alibaba Group. All rights reserved.