public class OracleAlterProcedureStatement extends OracleStatementImpl
| Constructor and Description |
|---|
OracleAlterProcedureStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
SQLExpr |
getName() |
boolean |
isCompile() |
boolean |
isReuseSettings() |
void |
setCompile(boolean compile) |
void |
setName(SQLExpr name) |
void |
setReuseSettings(boolean reuseSettings) |
toStringgetDbType, setDbTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDbTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic void accept0(OracleASTVisitor visitor)
accept0 in interface OracleSQLObjectaccept0 in class OracleStatementImplpublic SQLExpr getName()
public void setName(SQLExpr name)
public boolean isCompile()
public void setCompile(boolean compile)
public boolean isReuseSettings()
public void setReuseSettings(boolean reuseSettings)
Copyright © 2013–2017 Alibaba Group. All rights reserved.