public Catalog catalog()

in src/main/java/com/epam/digital/data/platform/history/config/SchemaCrawlerConfig.java [60:63]


  public Catalog catalog(DataSource dataSource, SchemaCrawlerOptions schemaCrawlerOptions)
      throws SQLException, SchemaCrawlerException {
    return SchemaCrawlerUtility.getCatalog(dataSource.getConnection(), schemaCrawlerOptions);
  }