public class SQLCreateProcedureStatement extends SQLStatementImpl
| Constructor and Description |
|---|
SQLCreateProcedureStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(SQLASTVisitor visitor) |
SQLStatement |
getBlock() |
SQLName |
getDefiner() |
SQLName |
getName() |
List<SQLParameter> |
getParameters() |
boolean |
isOrReplace() |
void |
setBlock(SQLStatement block) |
void |
setDefiner(SQLName definer) |
void |
setName(SQLName name) |
void |
setOrReplace(boolean orReplace) |
void |
setParameters(List<SQLParameter> parameters) |
getDbType, setDbType, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic void accept0(SQLASTVisitor visitor)
public List<SQLParameter> getParameters()
public void setParameters(List<SQLParameter> parameters)
public SQLName getName()
public void setName(SQLName name)
public SQLStatement getBlock()
public void setBlock(SQLStatement block)
public boolean isOrReplace()
public void setOrReplace(boolean orReplace)
public SQLName getDefiner()
public void setDefiner(SQLName definer)
Copyright © 2013–2016 Alibaba Group. All rights reserved.