public class OracleExecuteImmediateStatement extends OracleStatementImpl
| Constructor and Description |
|---|
OracleExecuteImmediateStatement() |
OracleExecuteImmediateStatement(String dynamicSql) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
List<SQLArgument> |
getArguments() |
SQLExpr |
getDynamicSql() |
List<SQLExpr> |
getInto() |
List<SQLExpr> |
getReturnInto() |
void |
setDynamicSql(SQLExpr dynamicSql) |
void |
setDynamicSql(String dynamicSql) |
toStringclone, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHintsaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, getDbType, isAfterSemi, setAfterSemiaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic OracleExecuteImmediateStatement()
public OracleExecuteImmediateStatement(String dynamicSql)
public void accept0(OracleASTVisitor visitor)
accept0 in interface OracleSQLObjectaccept0 in class OracleStatementImplpublic SQLExpr getDynamicSql()
public void setDynamicSql(SQLExpr dynamicSql)
public void setDynamicSql(String dynamicSql)
public List<SQLArgument> getArguments()
Copyright © 2013–2017 Alibaba Group. All rights reserved.