Skip to content

Commit

Permalink
Update Migration V0021
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
  • Loading branch information
prb112 committed Nov 5, 2021
1 parent 3666dba commit 48ae33e
Show file tree
Hide file tree
Showing 7 changed files with 510 additions and 77 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
*/
public class Db2CatalogAccess implements ICatalogAccess {
private static final Logger logger = Logger.getLogger(Db2CatalogAccess.class.getName());

private Connection connection;
private Db2CatalogDAO dao = new Db2CatalogDAO(new Db2Translator());

public Db2CatalogAccess(Connection c) {
this.connection = c;
}

@Override
public List<PartitionInfo> getPartitionList(String schema, String table) {
try {
Expand Down
Loading

0 comments on commit 48ae33e

Please sign in to comment.