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