in src/main/java/com/epam/digital/data/platform/geoserver/config/SchemaCrawlerConfig.java [64:67]
public Catalog catalog(DataSource dataSource, SchemaCrawlerOptions options)
throws SQLException, SchemaCrawlerException {
return SchemaCrawlerUtility.getCatalog(dataSource.getConnection(), options);
}