Package io.debezium.connector.mysql
Interface DatabaseDifferences
public interface DatabaseDifferences
A centralized expression of differences in behaviour between MySQL 5.x and 8.x
- Author:
- Jiri Pechanec
-
Method Summary
Modifier and TypeMethodDescriptioncurrentDateTimeDefaultOptional(String isoString) booleandefault voidsetBinlogCompressionOff(JdbcConnection connection) default voidsetBinlogCompressionOn(JdbcConnection connection) default voidsetBinlogRowQueryEventsOff(JdbcConnection connection) default voidsetBinlogRowQueryEventsOn(JdbcConnection connection)
-
Method Details
-
isCurrentDateTimeDefaultGenerated
boolean isCurrentDateTimeDefaultGenerated() -
currentDateTimeDefaultOptional
-
setBinlogRowQueryEventsOff
- Throws:
SQLException
-
setBinlogRowQueryEventsOn
- Throws:
SQLException
-
setBinlogCompressionOff
- Throws:
SQLException
-
setBinlogCompressionOn
- Throws:
SQLException
-