Class Tables.TableIds

java.lang.Object
io.debezium.relational.Tables.TableIds
Enclosing class:
Tables

private static class Tables.TableIds extends Object
A set of table ids. Table names are stored lower-case if required as per the config.
  • Field Details

    • tableIdCaseInsensitive

      private final boolean tableIdCaseInsensitive
    • values

      private final Set<TableId> values
  • Constructor Details

    • TableIds

      public TableIds(boolean tableIdCaseInsensitive)
  • Method Details

    • add

      public void add(TableId tableId)
    • toSet

      public Set<TableId> toSet()
    • clear

      public void clear()
    • toLowerCaseIfNeeded

      private TableId toLowerCaseIfNeeded(TableId tableId)