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, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public SQLDataTypeImpl()
public SQLDataTypeImpl(String name)
public String getName()
getName
in interface SQLDataType
public void setName(String name)
setName
in interface SQLDataType
public List<SQLExpr> getArguments()
getArguments
in interface SQLDataType
public void addArgument(SQLExpr argument)
Copyright © 2013–2017 Alibaba Group. All rights reserved.