| Constructor and Description |
|---|
ColumnNameFilterFactory() |
| Modifier and Type | Method and Description |
|---|---|
static Tables.ColumnNameFilter |
createExcludeListFilter(String fullyQualifiedColumnNames)
Build the
Tables.ColumnNameFilter that determines whether a column identified by a given ColumnId is to be included,
using the given comma-separated regular expression patterns defining which columns (if any) should be excluded. |
static Tables.ColumnNameFilter |
createIncludeListFilter(String fullyQualifiedColumnNames)
Build the
Tables.ColumnNameFilter that determines whether a column identified by a given ColumnId is to be included,
using the given comma-separated regular expression patterns defining which columns (if any) should be included. |
public static Tables.ColumnNameFilter createExcludeListFilter(String fullyQualifiedColumnNames)
Tables.ColumnNameFilter that determines whether a column identified by a given ColumnId is to be included,
using the given comma-separated regular expression patterns defining which columns (if any) should be excluded.
Note that this predicate is completely independent of the table selection predicate, so it is expected that this predicate be used only after the table selection predicate determined the table containing the column(s) is to be used.
fullyQualifiedColumnNames - the comma-separated list of fully-qualified column names to exclude; may be null orpublic static Tables.ColumnNameFilter createIncludeListFilter(String fullyQualifiedColumnNames)
Tables.ColumnNameFilter that determines whether a column identified by a given ColumnId is to be included,
using the given comma-separated regular expression patterns defining which columns (if any) should be included.
Note that this predicate is completely independent of the table selection predicate, so it is expected that this predicate be used only after the table selection predicate determined the table containing the column(s) is to be used.
fullyQualifiedColumnNames - the comma-separated list of fully-qualified column names to include; may be null orCopyright © 2021 JBoss by Red Hat. All rights reserved.