public class OracleFetchStatement extends OracleStatementImpl
构造器和说明 |
---|
OracleFetchStatement() |
限定符和类型 | 方法和说明 |
---|---|
void |
accept0(OracleASTVisitor visitor) |
SQLName |
getCursorName() |
List<SQLExpr> |
getInto() |
void |
setCursorName(SQLName cursorName) |
void |
setInto(List<SQLExpr> into) |
toString
getDbType, setDbType
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
public void accept0(OracleASTVisitor visitor)
accept0
在接口中 OracleSQLObject
accept0
在类中 OracleStatementImpl
public SQLName getCursorName()
public void setCursorName(SQLName cursorName)
Copyright © 2013-2015 Alibaba Group. All Rights Reserved.