public class FilterIncludeExclude extends Filter
Filter.IdentifierMatcherALL, NOTHING, NULL_MATCHER| Constructor and Description |
|---|
FilterIncludeExclude(Filter include,
Filter exclude) |
| Modifier and Type | Method and Description |
|---|---|
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 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