Class MemorySchemaHistoryTest

java.lang.Object
io.debezium.relational.history.AbstractSchemaHistoryTest<C>
io.debezium.relational.history.AbstractMemorySchemaHistoryTest<io.debezium.connector.mariadb.MariaDbConnector>
io.debezium.relational.history.MemorySchemaHistoryTest

public class MemorySchemaHistoryTest extends AbstractMemorySchemaHistoryTest<io.debezium.connector.mariadb.MariaDbConnector>
Author:
Chris Cranford
  • Constructor Details

    • MemorySchemaHistoryTest

      public MemorySchemaHistoryTest()
  • Method Details

    • getDdlParser

      protected io.debezium.relational.ddl.DdlParser getDdlParser()
      Specified by:
      getDdlParser in class AbstractSchemaHistoryTest<io.debezium.connector.mariadb.MariaDbConnector>