public class SQLCurrentOfCursorExpr extends SQLExprImpl
Constructor and Description |
---|
SQLCurrentOfCursorExpr() |
SQLCurrentOfCursorExpr(SQLName cursorName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
SQLName |
getCursorName() |
int |
hashCode() |
void |
output(StringBuffer buf) |
void |
setCursorName(SQLName cursorName) |
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 SQLCurrentOfCursorExpr()
public SQLCurrentOfCursorExpr(SQLName cursorName)
public SQLName getCursorName()
public void setCursorName(SQLName cursorName)
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
Copyright © 2013–2017 Alibaba Group. All rights reserved.