Revision c8c58de5
Added by Patrick Plitzner over 6 years ago
app-import/src/main/java/eu/etaxonomy/cdm/io/redlist/gefaesspflanzen/RedListGefaesspflanzenImportFamily.java | ||
---|---|---|
71 | 71 |
Map<String, UUID> familyMap = new HashMap<>(); |
72 | 72 |
|
73 | 73 |
String query = "SELECT DISTINCT f.FAMILIE " |
74 |
+ " FROM V_TAXATLAS_D20_FAMILIEN f";
|
|
74 |
+ " FROM GATTUNG_FAMILIE f";
|
|
75 | 75 |
|
76 | 76 |
ResultSet rs = state.getConfig().getSource().getResultSet(query); |
77 | 77 |
while(rs.next()){ |
Also available in: Unified diff
#5448 change DB table name