public class SQLFetchStatement extends SQLStatementImpl
| 限定符和类型 | 字段和说明 |
|---|---|
private boolean |
bulkCollect |
private SQLName |
cursorName |
private List<SQLExpr> |
into |
afterSemi, dbType, headHintsattributes, parent| 构造器和说明 |
|---|
SQLFetchStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
SQLName |
getCursorName() |
List<SQLExpr> |
getInto() |
boolean |
isBulkCollect() |
void |
setBulkCollect(boolean bulkCollect) |
void |
setCursorName(SQLName cursorName) |
void |
setInto(List<SQLExpr> into) |
clone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toStringaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprivate SQLName cursorName
private boolean bulkCollect
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLStatementImplpublic SQLName getCursorName()
public void setCursorName(SQLName cursorName)
public boolean isBulkCollect()
public void setBulkCollect(boolean bulkCollect)
Copyright © 2013–2019 Alibaba Group. All rights reserved.