public class MySqlCreateProcedureStatement extends MySqlStatementImpl
| 构造器和说明 |
|---|
MySqlCreateProcedureStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(MySqlASTVisitor visitor) |
MySqlBlockStatement |
getBlock() |
SQLName |
getName() |
List<MySqlParameter> |
getParameters() |
boolean |
isOrReplace() |
void |
setBlock(MySqlBlockStatement block) |
void |
setName(SQLName name) |
void |
setOrReplace(boolean orReplace) |
void |
setParameters(List<MySqlParameter> parameters) |
getDbType, setDbType, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentgetDbTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic void accept0(MySqlASTVisitor visitor)
accept0 在接口中 MySqlObjectaccept0 在类中 MySqlStatementImplpublic List<MySqlParameter> getParameters()
public void setParameters(List<MySqlParameter> parameters)
public SQLName getName()
public void setName(SQLName name)
public MySqlBlockStatement getBlock()
public void setBlock(MySqlBlockStatement block)
public boolean isOrReplace()
public void setOrReplace(boolean orReplace)
Copyright © 2013-2015 Alibaba Group. All Rights Reserved.