Class MetadataIT

java.lang.Object
io.debezium.connector.mysql.MetadataIT
All Implemented Interfaces:
Testing

public class MetadataIT extends Object implements Testing
  • Field Details

  • Constructor Details

    • MetadataIT

      public MetadataIT()
  • Method Details

    • shouldLoadMetadataViaJdbc

      public void shouldLoadMetadataViaJdbc() throws SQLException
      Loads the Tables definition 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