public class SQLFetchStatement extends SQLStatementImpl implements SQLReplaceable
| Constructor and Description |
|---|
SQLFetchStatement() |
| Modifier and Type | Method and Description |
|---|---|
SQLName |
getCursorName() |
List<SQLExpr> |
getInto() |
SQLLimit |
getLimit() |
boolean |
isBulkCollect() |
boolean |
replace(SQLExpr expr,
SQLExpr target) |
void |
setBulkCollect(boolean bulkCollect) |
void |
setCursorName(SQLName x) |
void |
setInto(List<SQLExpr> into) |
void |
setLimit(SQLLimit x) |
clone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toParameterizedString, toString, toString, toUnformattedStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic SQLName getCursorName()
public void setCursorName(SQLName x)
public SQLLimit getLimit()
public void setLimit(SQLLimit x)
public boolean isBulkCollect()
public void setBulkCollect(boolean bulkCollect)
public boolean replace(SQLExpr expr, SQLExpr target)
replace in interface SQLReplaceableCopyright © 2013–2021 Alibaba Group. All rights reserved.