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, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public 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–2017 Alibaba Group. All rights reserved.