public class OracleExplainStatement extends SQLExplainStatement implements OracleStatement
| Constructor and Description |
|---|
OracleExplainStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OracleASTVisitor 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, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, getChildren, getDbType, isAfterSemi, setAfterSemi, toLowerCaseStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic void accept0(OracleASTVisitor visitor)
accept0 in interface OracleSQLObjectpublic String toString()
toString in class SQLStatementImplpublic SQLCharExpr getStatementId()
public void setStatementId(SQLCharExpr statementId)
public SQLExpr getInto()
public void setInto(SQLExpr into)
Copyright © 2013–2018 Alibaba Group. All rights reserved.