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, setType
clone, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
clone, getChildren, getDbType, isAfterSemi, setAfterSemi
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public void accept0(OracleASTVisitor visitor)
accept0
in interface OracleSQLObject
public String toString()
toString
in class SQLStatementImpl
public SQLCharExpr getStatementId()
public void setStatementId(SQLCharExpr statementId)
public SQLExpr getInto()
public void setInto(SQLExpr into)
Copyright © 2013–2017 Alibaba Group. All rights reserved.