public class SQLParameter extends SQLObjectImpl implements SQLObjectWithDataType
| Modifier and Type | Class and Description |
|---|---|
static class |
SQLParameter.ParameterType |
| Constructor and Description |
|---|
SQLParameter() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(SQLASTVisitor visitor) |
SQLParameter |
clone() |
SQLName |
getCursorName() |
List<SQLParameter> |
getCursorParameters() |
SQLDataType |
getDataType() |
SQLExpr |
getDefaultValue() |
SQLName |
getName() |
SQLParameter.ParameterType |
getParamType() |
boolean |
isConstant() |
boolean |
isNoCopy() |
void |
setConstant(boolean constant) |
void |
setCursorName(SQLName cursorName) |
void |
setDataType(SQLDataType dataType) |
void |
setDefaultValue(SQLExpr deaultValue) |
void |
setName(SQLName name) |
void |
setNoCopy(boolean noCopy) |
void |
setParamType(SQLParameter.ParameterType paramType) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic SQLExpr getDefaultValue()
public void setDefaultValue(SQLExpr deaultValue)
public SQLName getName()
public void setName(SQLName name)
public SQLDataType getDataType()
getDataType in interface SQLObjectWithDataTypepublic void setDataType(SQLDataType dataType)
setDataType in interface SQLObjectWithDataTypepublic 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)
public List<SQLParameter> getCursorParameters()
public SQLName getCursorName()
public void setCursorName(SQLName cursorName)
public SQLParameter clone()
clone in interface SQLObjectclone in class SQLObjectImplCopyright © 2013–2017 Alibaba Group. All rights reserved.