Package io.debezium.connector.mysql
Class MySqlUnsignedIntegerConverterTest
- java.lang.Object
-
- io.debezium.connector.mysql.MySqlUnsignedIntegerConverterTest
-
public class MySqlUnsignedIntegerConverterTest extends Object
- Author:
- Omar Al-Safi
-
-
Constructor Summary
Constructors Constructor Description MySqlUnsignedIntegerConverterTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldConvertSignedBinlogBigintToUnsigned()voidshouldConvertSignedBinlogIntToUnsigned()voidshouldConvertSignedBinlogMediumintToUnsigned()voidshouldConvertSignedBinlogSmallintToUnsigned()voidshouldConvertSignedBinlogTinyintToUnsigned()
-
-
-
Method Detail
-
shouldConvertSignedBinlogTinyintToUnsigned
public void shouldConvertSignedBinlogTinyintToUnsigned()
-
shouldConvertSignedBinlogSmallintToUnsigned
public void shouldConvertSignedBinlogSmallintToUnsigned()
-
shouldConvertSignedBinlogMediumintToUnsigned
public void shouldConvertSignedBinlogMediumintToUnsigned()
-
shouldConvertSignedBinlogIntToUnsigned
public void shouldConvertSignedBinlogIntToUnsigned()
-
shouldConvertSignedBinlogBigintToUnsigned
public void shouldConvertSignedBinlogBigintToUnsigned()
-
-