@FunctionalInterface public static interface Tables.TableFilter extends DataCollectionFilters.DataCollectionFilter<TableId>
| Modifier and Type | Method and Description |
|---|---|
static Tables.TableFilter |
fromPredicate(Predicate<TableId> predicate)
Creates a
Tables.TableFilter from the given predicate. |
static Tables.TableFilter |
includeAll()
Creates a
Tables.TableFilter that includes all tables. |
boolean |
isIncluded(TableId tableId)
Determines whether the given table should be included in the current
DatabaseSchema. |
boolean isIncluded(TableId tableId)
DatabaseSchema.isIncluded in interface DataCollectionFilters.DataCollectionFilter<TableId>static Tables.TableFilter fromPredicate(Predicate<TableId> predicate)
Tables.TableFilter from the given predicate.static Tables.TableFilter includeAll()
Tables.TableFilter that includes all tables.Copyright © 2018 JBoss by Red Hat. All rights reserved.