Package io.debezium.connector.mysql
Class MetadataIT
- java.lang.Object
-
- io.debezium.connector.mysql.MetadataIT
-
-
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 Modifier and Type Field Description SkipTestRuleskipTest
-
Constructor Summary
Constructors Constructor Description MetadataIT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldLoadMetadataViaJdbc()Loads theTablesdefinition by reading JDBC metadata.
-
-
-
Field Detail
-
skipTest
public SkipTestRule skipTest
-
-
Method Detail
-
shouldLoadMetadataViaJdbc
public void shouldLoadMetadataViaJdbc() throws SQLExceptionLoads 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
-
-