public class SQLCurrentOfCursorExpr extends SQLExprImpl implements SQLReplaceable
| Constructor and Description |
|---|
SQLCurrentOfCursorExpr() |
SQLCurrentOfCursorExpr(SQLName cursorName) |
| Modifier and Type | Method and Description |
|---|---|
SQLCurrentOfCursorExpr |
clone() |
boolean |
equals(Object obj) |
List<SQLObject> |
getChildren() |
SQLName |
getCursorName() |
int |
hashCode() |
void |
output(Appendable buf) |
boolean |
replace(SQLExpr expr,
SQLExpr target) |
void |
setCursorName(SQLName cursorName) |
computeDataTypeaccept, 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 SQLCurrentOfCursorExpr()
public SQLCurrentOfCursorExpr(SQLName cursorName)
public SQLCurrentOfCursorExpr clone()
public SQLName getCursorName()
public void setCursorName(SQLName cursorName)
public void output(Appendable buf)
output in interface SQLObjectoutput in class SQLObjectImplpublic List<SQLObject> getChildren()
getChildren in interface SQLExprgetChildren in class SQLExprImplpublic int hashCode()
hashCode in class SQLExprImplpublic boolean equals(Object obj)
equals in class SQLExprImplpublic boolean replace(SQLExpr expr, SQLExpr target)
replace in interface SQLReplaceableCopyright © 2013–2021 Alibaba Group. All rights reserved.