public class SQLOpenStatement extends SQLStatementImpl
| 限定符和类型 | 字段和说明 |
|---|---|
private List<SQLName> |
columns |
private SQLName |
cursorName |
private SQLExpr |
forExpr |
afterSemi, dbType, headHintsattributes, parent| 构造器和说明 |
|---|
SQLOpenStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
List<SQLName> |
getColumns() |
SQLName |
getCursorName() |
SQLExpr |
getFor() |
void |
setCursorName(SQLName cursorName) |
void |
setCursorName(String cursorName) |
void |
setFor(SQLExpr forExpr) |
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, setParentpublic SQLName getCursorName()
public void setCursorName(String cursorName)
public void setCursorName(SQLName cursorName)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLStatementImplpublic SQLExpr getFor()
public void setFor(SQLExpr forExpr)
Copyright © 2013–2019 Alibaba Group. All rights reserved.