public class MySqlParameter extends MySqlObjectImpl
| 限定符和类型 | 类和说明 |
|---|---|
static class |
MySqlParameter.ParameterType
mysql procedure parameter type
|
| 构造器和说明 |
|---|
MySqlParameter() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(MySqlASTVisitor visitor) |
SQLDataType |
getDataType() |
SQLExpr |
getDefaultValue() |
SQLExpr |
getName() |
MySqlParameter.ParameterType |
getParamType() |
void |
setDataType(SQLDataType dataType) |
void |
setDefaultValue(SQLExpr deaultValue) |
void |
setName(SQLExpr name) |
void |
setParamType(MySqlParameter.ParameterType paramType) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic MySqlParameter.ParameterType getParamType()
public void setParamType(MySqlParameter.ParameterType paramType)
public SQLExpr getDefaultValue()
public void setDefaultValue(SQLExpr deaultValue)
public SQLExpr getName()
public void setName(SQLExpr name)
public SQLDataType getDataType()
public void setDataType(SQLDataType dataType)
public void accept0(MySqlASTVisitor visitor)
accept0 在接口中 MySqlObjectaccept0 在类中 MySqlObjectImplCopyright © 2013-2015 Alibaba Group. All Rights Reserved.