All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.gitee.sunchenbin.mybatis.actable.constants.MySqlCharsetConstant Maven / Gradle / Ivy

Go to download

A.CTable is a Maven project based on Spring and Mybatis, which enhances the function of Mybatis

There is a newer version: 1.5.0.RELEASE
Show newest version
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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy