com.alibaba.druid.sql.ast
Class SQLDataTypeImpl

java.lang.Object
  extended by com.alibaba.druid.sql.ast.SQLObjectImpl
      extended by com.alibaba.druid.sql.ast.SQLDataTypeImpl
All Implemented Interfaces:
SQLDataType, SQLObject, Serializable
Direct Known Subclasses:
SQLCharactorDataType

public class SQLDataTypeImpl
extends SQLObjectImpl
implements SQLDataType

See Also:
Serialized Form

Constructor Summary
SQLDataTypeImpl()
           
SQLDataTypeImpl(String name)
           
 
Method Summary
 List<SQLExpr> getArguments()
           
 String getName()
           
 void output(StringBuffer buf)
           
 void setName(String name)
           
 
Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent
 

Constructor Detail

SQLDataTypeImpl

public SQLDataTypeImpl()

SQLDataTypeImpl

public SQLDataTypeImpl(String name)
Method Detail

getName

public String getName()
Specified by:
getName in interface SQLDataType

setName

public void setName(String name)
Specified by:
setName in interface SQLDataType

getArguments

public List<SQLExpr> getArguments()
Specified by:
getArguments in interface SQLDataType

output

public void output(StringBuffer buf)
Specified by:
output in interface SQLObject
Overrides:
output in class SQLObjectImpl


Copyright © 2012 Alibaba Group. All Rights Reserved.