public class OracleExecuteImmediateStatement extends OracleStatementImpl
Constructor and Description |
---|
OracleExecuteImmediateStatement() |
OracleExecuteImmediateStatement(String dynamicSql) |
Modifier and Type | Method and Description |
---|---|
void |
accept0(OracleASTVisitor visitor) |
OracleExecuteImmediateStatement |
clone() |
List<SQLArgument> |
getArguments() |
SQLExpr |
getDynamicSql() |
List<SQLExpr> |
getInto() |
List<SQLExpr> |
getReturnInto() |
void |
setDynamicSql(SQLExpr dynamicSql) |
void |
setDynamicSql(String dynamicSql) |
toString
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
getChildren, getDbType, isAfterSemi, setAfterSemi
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public OracleExecuteImmediateStatement()
public OracleExecuteImmediateStatement(String dynamicSql)
public void accept0(OracleASTVisitor visitor)
accept0
in interface OracleSQLObject
accept0
in class OracleStatementImpl
public OracleExecuteImmediateStatement clone()
clone
in interface SQLObject
clone
in interface SQLStatement
clone
in class SQLStatementImpl
public SQLExpr getDynamicSql()
public void setDynamicSql(SQLExpr dynamicSql)
public void setDynamicSql(String dynamicSql)
public List<SQLArgument> getArguments()
Copyright © 2013–2017 Alibaba Group. All rights reserved.