public class FilterMatchAny extends Filter
Filter.IdentifierMatcherALL, NOTHING, NULL_MATCHER| Constructor and Description |
|---|
FilterMatchAny(Collection<Filter> elements) |
| Modifier and Type | Method and Description |
|---|---|
static Filter |
create(Collection<Filter> elements) |
String |
getSingleSchema() |
boolean |
matchesColumn(String schema,
String table,
String column) |
boolean |
matchesSchema(String schema) |
boolean |
matchesTable(String schema,
String table) |
String |
toString() |
createPatternMatcher, createStringMatcher, matches, matches, matchesAll, sameSchemapublic FilterMatchAny(Collection<Filter> elements)
public static Filter create(Collection<Filter> elements)
public boolean matchesSchema(String schema)
matchesSchema in class Filterpublic boolean matchesTable(String schema, String table)
matchesTable in class Filterpublic boolean matchesColumn(String schema, String table, String column)
matchesColumn in class Filterpublic String getSingleSchema()
getSingleSchema in class Filternull