public class SQLFetchStatement extends SQLStatementImpl implements SQLReplaceable
afterSemi, dbType, headHintsattributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
SQLFetchStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
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, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentprotected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLStatementImplpublic 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 在接口中 SQLReplaceableCopyright © 2013–2023. All rights reserved.