com.alibaba.druid.sql.ast.statement
Class SQLCharactorDataType

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

public class SQLCharactorDataType
extends SQLDataTypeImpl

See Also:
Serialized Form

Constructor Summary
SQLCharactorDataType(String name)
           
 
Method Summary
 String getCharSetName()
           
 String getCollate()
           
 void setCharSetName(String charSetName)
           
 void setCollate(String collate)
           
 
Methods inherited from class com.alibaba.druid.sql.ast.SQLDataTypeImpl
getArguments, getName, output, setName
 
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

SQLCharactorDataType

public SQLCharactorDataType(String name)
Method Detail

getCharSetName

public String getCharSetName()

setCharSetName

public void setCharSetName(String charSetName)

getCollate

public String getCollate()

setCollate

public void setCollate(String collate)


Copyright © 2012 Alibaba Group. All Rights Reserved.