public class SQLParameter extends SQLObjectImpl
| Modifier and Type | Class and Description |
|---|---|
static class |
SQLParameter.ParameterType |
| Constructor and Description |
|---|
SQLParameter() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(SQLASTVisitor visitor) |
SQLDataType |
getDataType() |
SQLExpr |
getDefaultValue() |
SQLExpr |
getName() |
SQLParameter.ParameterType |
getParamType() |
void |
setDataType(SQLDataType dataType) |
void |
setDefaultValue(SQLExpr deaultValue) |
void |
setName(SQLExpr name) |
void |
setParamType(SQLParameter.ParameterType paramType) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringpublic SQLExpr getDefaultValue()
public void setDefaultValue(SQLExpr deaultValue)
public SQLExpr getName()
public void setName(SQLExpr name)
public SQLDataType getDataType()
public void setDataType(SQLDataType dataType)
public SQLParameter.ParameterType getParamType()
public void setParamType(SQLParameter.ParameterType paramType)
public void accept0(SQLASTVisitor visitor)
Copyright © 2013–2016 Alibaba Group. All rights reserved.