public class SQLCurrentOfCursorExpr extends SQLExprImpl
| 限定符和类型 | 字段和说明 |
|---|---|
private SQLName |
cursorName |
attributes, parent| 构造器和说明 |
|---|
SQLCurrentOfCursorExpr() |
SQLCurrentOfCursorExpr(SQLName cursorName) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
SQLCurrentOfCursorExpr |
clone() |
boolean |
equals(Object obj) |
List<SQLObject> |
getChildren() |
SQLName |
getCursorName() |
int |
hashCode() |
void |
output(StringBuffer buf) |
void |
setCursorName(SQLName cursorName) |
computeDataTypeaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentprivate SQLName cursorName
public SQLCurrentOfCursorExpr()
public SQLCurrentOfCursorExpr(SQLName cursorName)
public SQLCurrentOfCursorExpr clone()
public SQLName getCursorName()
public void setCursorName(SQLName cursorName)
public void output(StringBuffer buf)
output 在接口中 SQLObjectoutput 在类中 SQLObjectImplprotected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic List<SQLObject> getChildren()
getChildren 在接口中 SQLExprgetChildren 在类中 SQLExprImplpublic int hashCode()
hashCode 在类中 SQLExprImplpublic boolean equals(Object obj)
equals 在类中 SQLExprImplCopyright © 2013–2019 Alibaba Group. All rights reserved.