Uses of Class
io.debezium.relational.Tables
-
Packages that use Tables Package Description io.debezium.jdbc io.debezium.relational io.debezium.relational.ddl io.debezium.relational.history -
-
Uses of Tables in io.debezium.jdbc
Methods in io.debezium.jdbc with parameters of type Tables Modifier and Type Method Description voidJdbcConnection. 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 Tables Modifier and Type Field Description private TablesRelationalDatabaseSchema. tablesTablesRelationalSnapshotChangeEventSource.RelationalSnapshotContext. tablesMethods in io.debezium.relational that return Tables Modifier and Type Method Description TablesTables. clone()TablesTables. subset(Tables.TableFilter filter)protected TablesRelationalDatabaseSchema. tables()Constructors in io.debezium.relational with parameters of type Tables Constructor Description Tables(Tables other, boolean tableIdCaseInsensitive) -
Uses of Tables in io.debezium.relational.ddl
Methods in io.debezium.relational.ddl with parameters of type Tables Modifier and Type Method Description voidDdlParser. parse(String ddlContent, Tables databaseTables)Examine the supplied string containing DDL statements, and apply those statements to the specified database table definitions. -
Uses of Tables in io.debezium.relational.history
Methods in io.debezium.relational.history with parameters of type Tables Modifier and Type Method Description voidAbstractDatabaseHistory. recover(Map<String,?> source, Map<String,?> position, Tables schema, DdlParser ddlParser)voidDatabaseHistory. recover(Map<String,?> source, Map<String,?> position, Tables schema, DdlParser ddlParser)Recover thedatabase schemato a known point in its history.
-