public class FilterMatchColumn extends Filter
Filter.IdentifierMatcherALL, NOTHING, NULL_MATCHER| Constructor and Description |
|---|
FilterMatchColumn(Filter.IdentifierMatcher schema,
Filter.IdentifierMatcher table,
Filter.IdentifierMatcher column,
boolean matchParents) |
| 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 FilterMatchColumn(Filter.IdentifierMatcher schema, Filter.IdentifierMatcher table, Filter.IdentifierMatcher column, boolean matchParents)
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