public class SQLVariantRefExpr extends SQLExprImpl
attributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
SQLVariantRefExpr() |
SQLVariantRefExpr(String name) |
SQLVariantRefExpr(String name,
boolean global) |
SQLVariantRefExpr(String name,
boolean global,
boolean session) |
SQLVariantRefExpr(String name,
SQLObject parent) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
SQLVariantRefExpr |
clone() |
boolean |
equals(Object obj) |
List<SQLObject> |
getChildren() |
int |
getIndex() |
String |
getName() |
int |
hashCode() |
boolean |
isGlobal() |
boolean |
isSession() |
void |
output(Appendable buf) |
void |
setGlobal(boolean global) |
void |
setIndex(int index) |
void |
setName(String name) |
void |
setSession(boolean session) |
computeDataTypeaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic SQLVariantRefExpr(String name)
public SQLVariantRefExpr(String name, boolean global)
public SQLVariantRefExpr(String name, boolean global, boolean session)
public SQLVariantRefExpr()
public int getIndex()
public void setIndex(int index)
public String getName()
public void setName(String name)
public void output(Appendable buf)
output 在接口中 SQLObjectoutput 在类中 SQLObjectImplprotected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic int hashCode()
hashCode 在类中 SQLExprImplpublic boolean equals(Object obj)
equals 在类中 SQLExprImplpublic boolean isGlobal()
public void setGlobal(boolean global)
public boolean isSession()
public void setSession(boolean session)
public SQLVariantRefExpr clone()
public List<SQLObject> getChildren()
getChildren 在接口中 SQLExprgetChildren 在类中 SQLExprImplCopyright © 2013–2023. All rights reserved.