public class SQLDeclareItem extends SQLObjectImpl
| Modifier and Type | Class and Description |
|---|---|
static class |
SQLDeclareItem.Type |
| Constructor and Description |
|---|
SQLDeclareItem() |
SQLDeclareItem(SQLExpr name,
SQLDataType dataType) |
SQLDeclareItem(SQLExpr name,
SQLDataType dataType,
SQLExpr value) |
| Modifier and Type | Method and Description |
|---|---|
SQLDataType |
getDataType() |
SQLExpr |
getName() |
List<SQLTableElement> |
getTableElementList() |
SQLDeclareItem.Type |
getType() |
SQLExpr |
getValue() |
void |
setDataType(SQLDataType dataType) |
void |
setName(SQLExpr name) |
void |
setTableElementList(List<SQLTableElement> tableElementList) |
void |
setType(SQLDeclareItem.Type type) |
void |
setValue(SQLExpr value) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringpublic SQLDeclareItem()
public SQLDeclareItem(SQLExpr name, SQLDataType dataType)
public SQLDeclareItem(SQLExpr name, SQLDataType dataType, SQLExpr value)
public SQLExpr getName()
public void setName(SQLExpr name)
public SQLDataType getDataType()
public void setDataType(SQLDataType dataType)
public SQLExpr getValue()
public void setValue(SQLExpr value)
public List<SQLTableElement> getTableElementList()
public void setTableElementList(List<SQLTableElement> tableElementList)
public SQLDeclareItem.Type getType()
public void setType(SQLDeclareItem.Type type)
Copyright © 2013–2017 Alibaba Group. All rights reserved.