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