Class CharsetMappingResolver
java.lang.Object
io.debezium.connector.mariadb.charset.CharsetMappingResolver
A simple bridge between the MySQL driver and the MariaDB code to resolve charset mappings.
- Author:
- Chris Cranford
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final classHelper to gain access to the private method. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetJavaEncodingForMariaDbCharSet(String charSetName) static intstatic StringgetStaticCollationNameForCollationIndex(Integer collationIndex) static StringgetStaticMariaDbCharsetNameForCollationIndex(Integer collationIndex)
-
Constructor Details
-
CharsetMappingResolver
private CharsetMappingResolver()
-
-
Method Details
-
getMapSize
public static int getMapSize() -
getStaticCollationNameForCollationIndex
-
getStaticMariaDbCharsetNameForCollationIndex
-
getJavaEncodingForMariaDbCharSet
-