Module tidb_query_datatype::codec::mysql::charset[][src]

Constants

CHARSET_ASCII

CHARSET_ASCII is a subset of UTF8.

CHARSET_BIN

CHARSET_BIN is used for marking binary charset.

CHARSET_LATIN1

CHARSET_LATIN1 is a single byte charset.

CHARSET_UTF8

CHARSET_UTF8 is the default charset for string types.

CHARSET_UTF8MB4

CHARSET_UTF8MB4 represents 4 bytes utf8, which works the same way as utf8 in Rust.

UTF8_CHARSETS

All utf8 charsets.