@FunctionalInterface public static interface Tables.ColumnNameFilter
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(String catalogName,
String schemaName,
String tableName,
String columnName)
Determine whether the named column should be included in the table's
Schema definition. |
boolean matches(String catalogName, String schemaName, String tableName, String columnName)
Schema definition.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 tablecolumnName - the name of the columntrue if the table should be included, or false if the table should be excludedCopyright © 2021 JBoss by Red Hat. All rights reserved.