Uses of Class
io.debezium.relational.history.SchemaHistoryException
Packages that use SchemaHistoryException
-
Uses of SchemaHistoryException in io.debezium.relational.history
Methods in io.debezium.relational.history that throw SchemaHistoryExceptionModifier and TypeMethodDescriptionfinal voidAbstractSchemaHistory.record(Map<String, ?> source, Map<String, ?> position, String databaseName, String ddl) final voidAbstractSchemaHistory.record(Map<String, ?> source, Map<String, ?> position, String databaseName, String schemaName, String ddl, TableChanges changes, Instant timestamp) voidRecord a change to the schema of the named database, and store it in the schema storage.voidSchemaHistory.record(Map<String, ?> source, Map<String, ?> position, String databaseName, String schemaName, String ddl, TableChanges changes, Instant timestamp) protected abstract voidAbstractSchemaHistory.storeRecord(HistoryRecord record)