Package io.debezium.relational
Class Tables.TableIds
- java.lang.Object
-
- io.debezium.relational.Tables.TableIds
-
-
Field Summary
Fields Modifier and Type Field Description private booleantableIdCaseInsensitiveprivate Set<TableId>values
-
Constructor Summary
Constructors Constructor Description TableIds(boolean tableIdCaseInsensitive)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(TableId tableId)voidclear()private TableIdtoLowerCaseIfNeeded(TableId tableId)Set<TableId>toSet()
-