@FunctionalInterface public static interface Tables.TableNameFilter
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(String catalogName,
String schemaName,
String tableName)
Determine whether the named table should be included.
|
boolean matches(String catalogName, String schemaName, String tableName)
catalogName - the name of the database catalog that contains the table; may be null if the JDBC driver does not
show a schema for this tableschemaName - the name of the database schema that contains the table; may be null if the JDBC driver does not
show a schema for this tabletableName - the name of the tabletrue if the table should be included, or false if the table should be excludedCopyright © 2016 JBoss by Red Hat. All rights reserved.