public class SQLCreateProcedureStatement extends SQLStatementImpl
构造器和说明 |
---|
SQLCreateProcedureStatement() |
限定符和类型 | 方法和说明 |
---|---|
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
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–2016 Alibaba Group. All rights reserved.