Class OracleConnectorConfig.SystemTablesPredicate

java.lang.Object
io.debezium.connector.oracle.OracleConnectorConfig.SystemTablesPredicate
All Implemented Interfaces:
Tables.TableFilter, DataCollectionFilters.DataCollectionFilter<TableId>
Enclosing class:
OracleConnectorConfig

private static class OracleConnectorConfig.SystemTablesPredicate extends Object implements Tables.TableFilter
A Tables.TableFilter that excludes all Oracle system tables.
Author:
Gunnar Morling