@Immutable public class Filters extends Object
TableIds and columns.| Modifier and Type | Field and Description |
|---|---|
private Tables.ColumnNameFilter |
columnFilter |
protected static Predicate<String> |
IS_SYSTEM_SCHEMA |
protected static String |
SYSTEM_SCHEMA_BLACKLIST |
protected static List<String> |
SYSTEM_SCHEMAS |
private Tables.TableFilter |
tableFilter |
protected static String |
TEMP_TABLE_BLACKLIST |
| Constructor and Description |
|---|
Filters(PostgresConnectorConfig config) |
| Modifier and Type | Method and Description |
|---|---|
protected Tables.ColumnNameFilter |
columnFilter() |
protected Tables.TableFilter |
tableFilter() |
protected static final String SYSTEM_SCHEMA_BLACKLIST
protected static final String TEMP_TABLE_BLACKLIST
private final Tables.TableFilter tableFilter
private final Tables.ColumnNameFilter columnFilter
public Filters(PostgresConnectorConfig config)
config - the configuration; may not be nullprotected Tables.TableFilter tableFilter()
protected Tables.ColumnNameFilter columnFilter()
Copyright © 2019 JBoss by Red Hat. All rights reserved.