Uses of Class
io.debezium.relational.history.DatabaseHistoryException
Packages that use DatabaseHistoryException
-
Uses of DatabaseHistoryException in io.debezium.relational.history
Methods in io.debezium.relational.history that throw DatabaseHistoryExceptionModifier and TypeMethodDescriptionfinal voidAbstractDatabaseHistory.record(Map<String, ?> source, Map<String, ?> position, String databaseName, String ddl) final voidAbstractDatabaseHistory.record(Map<String, ?> source, Map<String, ?> position, String databaseName, String schemaName, String ddl, TableChanges changes) voidDatabaseHistory.record(Map<String, ?> source, Map<String, ?> position, String databaseName, String ddl) Record a change to the schema of the named database, and store it in the schema storage.voidDatabaseHistory.record(Map<String, ?> source, Map<String, ?> position, String databaseName, String schemaName, String ddl, TableChanges changes) protected abstract voidAbstractDatabaseHistory.storeRecord(HistoryRecord record) protected voidFileDatabaseHistory.storeRecord(HistoryRecord record) protected voidKafkaDatabaseHistory.storeRecord(HistoryRecord record)