public class SQLDataTypeImpl extends SQLObjectImpl implements SQLDataType
| Constructor and Description |
|---|
SQLDataTypeImpl() |
SQLDataTypeImpl(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
addArgument(SQLExpr argument) |
boolean |
equals(Object obj) |
List<SQLExpr> |
getArguments() |
String |
getName() |
int |
hashCode() |
void |
setName(String name) |
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 SQLDataTypeImpl()
public SQLDataTypeImpl(String name)
public String getName()
getName in interface SQLDataTypepublic void setName(String name)
setName in interface SQLDataTypepublic List<SQLExpr> getArguments()
getArguments in interface SQLDataTypepublic void addArgument(SQLExpr argument)
Copyright © 2013–2016 Alibaba Group. All rights reserved.