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
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.