com.gitee.sunchenbin.mybatis.actable.constants.MySqlCharsetConstant Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mybatis-enhance-actable Show documentation
Show all versions of mybatis-enhance-actable Show documentation
A.CTable is a Maven project based on Spring and Mybatis, which enhances the function of Mybatis
package com.gitee.sunchenbin.mybatis.actable.constants;
/**
* mysql支持的字符集
*/
public enum MySqlCharsetConstant {
DEFAULT,
ARMSCII8,
ASCII,
BIG5,
BINARY,
CP850,
CP852,
CP866,
CP932,
CP1250,
CP1251,
CP1256,
CP1257,
DEC8,
EUCJPMS,
EUCKR,
GB2312,
GBK,
GEOSTD8,
GREEK,
HEBREW,
HP8,
KEYBCS2,
KOI8R,
KOI8U,
LATIN1,
LATIN2,
LATIN5,
LATIN7,
MACCE,
MACROMAN,
SJIS,
SWE7,
TIS620,
UCS2,
UJIS,
UTF8,
UTF8MB4,
UTF16,
UTF32;
}