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