public class OracleExplainStatement extends SQLExplainStatement implements OracleStatement
| 限定符和类型 | 字段和说明 |
|---|---|
private SQLExpr |
into |
private SQLCharExpr |
statementId |
statementafterSemi, dbType, headHintsattributes, parent| 构造器和说明 |
|---|
OracleExplainStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
protected void |
accept0(SQLASTVisitor visitor) |
SQLExpr |
getInto() |
SQLCharExpr |
getStatementId() |
void |
setInto(SQLExpr into) |
void |
setStatementId(SQLCharExpr statementId) |
String |
toString() |
getChildren, getHints, getStatement, getType, setHints, setStatement, setTypeclone, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseStringaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentclone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setHeadHints, toLowerCaseStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprivate SQLCharExpr statementId
private SQLExpr into
public void accept0(OracleASTVisitor visitor)
accept0 在接口中 OracleSQLObjectprotected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLExplainStatementpublic String toString()
toString 在类中 SQLStatementImplpublic SQLCharExpr getStatementId()
public void setStatementId(SQLCharExpr statementId)
public SQLExpr getInto()
public void setInto(SQLExpr into)
Copyright © 2013–2019 Alibaba Group. All rights reserved.