Uses of Class
io.debezium.relational.Tables
Packages that use Tables
Package
Description
-
Uses of Tables in io.debezium.jdbc
Methods in io.debezium.jdbc with parameters of type TablesModifier and TypeMethodDescriptionvoidJdbcConnection.readSchema(Tables tables, String databaseCatalog, String schemaNamePattern, Tables.TableFilter tableFilter, Tables.ColumnNameFilter columnFilter, boolean removeTablesNotFoundInJdbc) Create definitions for each tables in the database, given the catalog name, schema pattern, table filter, and column filter. -
Uses of Tables in io.debezium.relational
Fields in io.debezium.relational declared as TablesModifier and TypeFieldDescriptionprivate final TablesRelationalDatabaseSchema.tablesfinal TablesRelationalSnapshotChangeEventSource.RelationalSnapshotContext.tablesMethods in io.debezium.relational that return TablesModifier and TypeMethodDescriptionTables.clone()Tables.subset(Tables.TableFilter filter) protected TablesRelationalDatabaseSchema.tables()Constructors in io.debezium.relational with parameters of type Tables -
Uses of Tables in io.debezium.relational.ddl
Methods in io.debezium.relational.ddl with parameters of type Tables -
Uses of Tables in io.debezium.relational.history
Methods in io.debezium.relational.history with parameters of type TablesModifier and TypeMethodDescriptionvoidAbstractDatabaseHistory.recover(Map<Map<String, ?>, Map<String, ?>> offsets, Tables schema, DdlParser ddlParser) default voidRecover thedatabase schemato a known point in its history.default voidDatabaseHistory.recover(Map<String, ?> source, Map<String, ?> position, Tables schema, DdlParser ddlParser) Deprecated.voidDatabaseHistory.recover(Map<Map<String, ?>, Map<String, ?>> offsets, Tables schema, DdlParser ddlParser) Deprecated.UseDatabaseHistory.recover(Offsets, Tables, DdlParser)instead.
DatabaseHistory.recover(Offsets, Tables, DdlParser)instead.