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() |
boolean |
isConstant() |
boolean |
isNoCopy() |
void |
setConstant(boolean constant) |
void |
setDataType(SQLDataType dataType) |
void |
setDefaultValue(SQLExpr deaultValue) |
void |
setName(SQLExpr name) |
void |
setNoCopy(boolean noCopy) |
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)
public boolean isNoCopy()
public void setNoCopy(boolean noCopy)
public boolean isConstant()
public void setConstant(boolean constant)
Copyright © 2013–2017 Alibaba Group. All rights reserved.