public class SQLVariantRefExpr extends SQLExprImpl
| Constructor and Description |
|---|
SQLVariantRefExpr() |
SQLVariantRefExpr(String name) |
SQLVariantRefExpr(String name,
boolean global) |
SQLVariantRefExpr(String name,
boolean global,
boolean hasSessionBefore) |
| Modifier and Type | Method and Description |
|---|---|
SQLVariantRefExpr |
clone() |
boolean |
equals(Object obj) |
List<SQLObject> |
getChildren() |
int |
getIndex() |
String |
getName() |
int |
hashCode() |
boolean |
isGlobal() |
boolean |
isHasSessionBefore() |
void |
output(StringBuffer buf) |
void |
setGlobal(boolean global) |
void |
setHasSessionBefore(boolean hasSessionBefore) |
void |
setIndex(int index) |
void |
setName(String name) |
computeDataTypeaccept, 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(String name, boolean global, boolean hasSessionBefore)
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 boolean isHasSessionBefore()
public void setHasSessionBefore(boolean hasSessionBefore)
public int hashCode()
hashCode in class SQLExprImplpublic boolean equals(Object obj)
equals in class SQLExprImplpublic boolean isGlobal()
public void setGlobal(boolean global)
public SQLVariantRefExpr clone()
Copyright © 2013–2017 Alibaba Group. All rights reserved.