public class OracleExplainStatement extends SQLExplainStatement implements OracleStatement
| 构造器和说明 |
|---|
OracleExplainStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
SQLExpr |
getInto() |
SQLCharExpr |
getStatementId() |
void |
setInto(SQLExpr into) |
void |
setStatementId(SQLCharExpr statementId) |
String |
toString() |
getStatement, setStatementaccept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParentaccept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParentpublic void accept0(OracleASTVisitor visitor)
accept0 在接口中 OracleSQLObjectpublic String toString()
toString 在类中 SQLStatementImplpublic SQLCharExpr getStatementId()
public void setStatementId(SQLCharExpr statementId)
public SQLExpr getInto()
public void setInto(SQLExpr into)
Copyright © 2013-2014 Alibaba Group. All Rights Reserved.