@see Catalog#getDbs(PatternMatcher)
(PatternMatcher matcher)
| 37 | public interface FeCatalog { |
| 38 | /** @see Catalog#getDbs(PatternMatcher) */ |
| 39 | List<? extends FeDb> getDbs(PatternMatcher matcher); |
| 40 | |
| 41 | List<String> getTableNames(String dbName, PatternMatcher matcher) |
| 42 | throws DatabaseNotFoundException; |
no outgoing calls