public class OracleRunStatement extends SQLStatementImpl implements OracleStatement
Constructor and Description |
---|
OracleRunStatement() |
OracleRunStatement(SQLExpr expr) |
Modifier and Type | Method and Description |
---|---|
void |
accept0(OracleASTVisitor visitor) |
SQLExpr |
getExpr() |
void |
setExpr(SQLExpr expr) |
String |
toString() |
clone, getChildren, 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 OracleRunStatement()
public OracleRunStatement(SQLExpr expr)
public void accept0(OracleASTVisitor visitor)
accept0
in interface OracleSQLObject
public String toString()
toString
in class SQLStatementImpl
public SQLExpr getExpr()
public void setExpr(SQLExpr expr)
Copyright © 2013–2017 Alibaba Group. All rights reserved.