Uses of Interface
io.debezium.relational.ddl.DdlParser
Packages that use DdlParser
Package
Description
-
Uses of DdlParser in io.debezium.relational
Methods in io.debezium.relational that return DdlParserModifier and TypeMethodDescriptionprotected abstract DdlParserHistorizedRelationalDatabaseSchema.getDdlParser()Returns a new instance of theDdlParserto be used when recovering the schema from a previously persisted history. -
Uses of DdlParser in io.debezium.relational.ddl
Classes in io.debezium.relational.ddl that implement DdlParser -
Uses of DdlParser in io.debezium.relational.history
Methods in io.debezium.relational.history with parameters of type DdlParserModifier and TypeMethodDescriptionvoidAbstractSchemaHistory.recover(Map<Map<String, ?>, Map<String, ?>> offsets, Tables schema, DdlParser ddlParser) default voidRecover thedatabase schemato a known point in its history.default voidSchemaHistory.recover(Map<String, ?> source, Map<String, ?> position, Tables schema, DdlParser ddlParser) Deprecated.voidDeprecated.UseSchemaHistory.recover(Offsets, Tables, DdlParser)instead.
SchemaHistory.recover(Offsets, Tables, DdlParser)instead.