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

java.lang.Object
  继承者 com.alibaba.druid.sql.ast.SQLObjectImpl
      继承者 com.alibaba.druid.sql.ast.SQLDataTypeImpl
          继承者 com.alibaba.druid.sql.ast.statement.SQLCharactorDataType
所有已实现的接口:
SQLDataType, SQLObject

public class SQLCharactorDataType
extends SQLDataTypeImpl


字段摘要
static String CHAR_TYPE_BYTE
           
static String CHAR_TYPE_CHAR
           
 
构造方法摘要
SQLCharactorDataType(String name)
           
 
方法摘要
 String getCharSetName()
           
 String getCharType()
           
 String getCollate()
           
 void setCharSetName(String charSetName)
           
 void setCharType(String charType)
           
 void setCollate(String collate)
           
 
从类 com.alibaba.druid.sql.ast.SQLDataTypeImpl 继承的方法
equals, getArguments, getName, hashCode, setName
 
从类 com.alibaba.druid.sql.ast.SQLObjectImpl 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toString
 
从类 java.lang.Object 继承的方法
getClass, notify, notifyAll, wait, wait, wait
 
从接口 com.alibaba.druid.sql.ast.SQLObject 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 

字段详细信息

CHAR_TYPE_BYTE

public static final String CHAR_TYPE_BYTE
另请参见:
常量字段值

CHAR_TYPE_CHAR

public static final String CHAR_TYPE_CHAR
另请参见:
常量字段值
构造方法详细信息

SQLCharactorDataType

public SQLCharactorDataType(String name)
方法详细信息

getCharSetName

public String getCharSetName()

setCharSetName

public void setCharSetName(String charSetName)

getCollate

public String getCollate()

setCollate

public void setCollate(String collate)

getCharType

public String getCharType()

setCharType

public void setCharType(String charType)


Copyright © 2013-2014 Alibaba Group. All Rights Reserved.