Package io.debezium.connector.mysql
Class MetadataIT
java.lang.Object
io.debezium.connector.mysql.MetadataIT
- All Implemented Interfaces:
Testing
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.debezium.util.Testing
Testing.Debug, Testing.Files, Testing.InterruptableFunction, Testing.Network, Testing.Print, Testing.Timer -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
skipTest
-
-
Constructor Details
-
MetadataIT
public MetadataIT()
-
-
Method Details
-
shouldLoadMetadataViaJdbc
Loads theTablesdefinition by reading JDBC metadata. Note that some characteristics, such as whether columns are generated, are not exposed through JDBC (unlike when reading DDL).- Throws:
SQLException- if there's an error
-