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) |
toStringgetChildren, 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, waitgetChildren, getDbType, isAfterSemi, setAfterSemi, toLowerCaseStringaccept, 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 OracleExecuteImmediateStatement clone()
clone in interface SQLObjectclone in interface SQLStatementclone in class SQLStatementImplpublic SQLExpr getDynamicSql()
public void setDynamicSql(SQLExpr dynamicSql)
public void setDynamicSql(String dynamicSql)
public List<SQLArgument> getArguments()
Copyright © 2013–2018 Alibaba Group. All rights reserved.